1
0
Fork 0
 
 
Go to file
Kaloyan Raev 7d90df69f4 Make $capabilities initialize param optional
Eclipse Che does not pass ClientCapabilities in InitializeParams. This
works well with other language server, but not with this one.

The issue is resolved by making the $capabilities param optional.
2016-09-02 15:18:22 +03:00
bin Add missing imports 2016-08-25 16:58:57 +02:00
images Make documentSymbol work 🎉 2016-09-02 02:56:45 +02:00
src Make $capabilities initialize param optional 2016-09-02 15:18:22 +03:00
tests Update 2016-08-25 15:27:14 +02:00
.editorconfig Initial Commit 2016-08-12 10:16:42 +02:00
.gitignore Initial Commit 2016-08-12 10:16:42 +02:00
.travis.yml Rename .travis.yml 2016-08-25 15:54:43 +02:00
LICENSE.txt Add LICENSE 2016-08-30 18:49:06 +02:00
README.md Make documentSymbol work 🎉 2016-09-02 02:56:45 +02:00
composer.json Rename bin entry 2016-08-25 16:23:28 +02:00

README.md

PHP Language Server

Version Build Status Dependency Status License

A pure PHP implementation of the Language Server Protocol.

Find all symbols demo