language-server
language-server copied to clipboard
Generic Language Server
just trying example from documentation. `echo '{"id":1,"method":"foobar","params":[]}' | ./bin/proxy request | php example/server/minimal.php` then got error: `PHP Fatal error: Uncaught Error: Cannot instantiate interface Phpactor\LanguageServer\Core\Server\Transmitter\MessageFormatter in ***/language-server/bin/proxy:48 Stack trace: #0...
Since the project uses constants predefined by the pcntl extension, it should be added to the composer.json file ("ext-pcntl": "*") as requirements. The pcntl extension is not enabled by default.
I was looking for an alternative to [felixfbecker/php-language-server](https://github.com/felixfbecker/php-language-server) in VSCode, since it seems a bit abandoned (latest commit was 12 Dec 2018). I've found [phpactor/vscode-phpactor](https://github.com/phpactor/vscode-phpactor) extension and tried it, but...
- All handlers should be session based - Dispatcher should be the extension point of the server - Handlers should be implemented as middlewares - Middlewares are however an implementation...
I use [coc.nvim](https://github.com/neoclide/coc.nvim) on index showing a message "Indexed n/n", when it completes 100% it ends up indexing again and returns to 1%. NeoVim ``` NVIM v0.4.3 Build type: Release...
Add support for services (e.g. an indexer) - Be able to start and stop services - Be able to start services on server `initialized` call - Send "notifications" to the...
Prevent crashes: ``` Trying to create descendant from absolute path \\\"/home/daniel/www/phpactor/language-ser ver/vendor/phpspec/prophecy/src\\\" that does not lie within context path \\\"file:///home/daniel/www/phpactor/language-server\\\"\ ```
Fixes #60 There are some caveats: - as Psr\Log\Test\TestLogger was removed with psr/log:3.0 we need an alternative TestLogger for unit testing. [colinodell/psr-testlogger](https://github.com/colinodell/psr-testlogger) provides this, which works for all psr/log versions....