[Regression] PHP language server fails on code completion apply
See original GitHub issueReproduction Steps:
Open any php file, call code completion and try to apply any, nothing is inserted in editor and error message appears in browser console:
org.eclipse.lsp4j.jsonrpc.ResponseErrorException: Warning: Missing argument 4 for LanguageServer\Server\CompletionItemResolver::resolve(), called in /home/user/che/ls-php/php-language-server/vendor/felixfbecker/advanced-json-rpc/lib/Dispatcher.php on line 164 and defined
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
[Regression] PHP language server fails to start #5373 - GitHub
Steps to reproduce: Create a php workspace, enable php language server; Open .php file ... This can be reproduced with the latest master....
Read more >PHP Language Server error on VSCode - Stack Overflow
PHP Language Server error on VSCode: Connection to server got closed. Server will restart. Language server exited with exit code 255 - Stack ......
Read more >Top 10 VS Code Extensions for Software Developers
Top 10 VS Code Extensions for Software Developers ... Visual Studio Code is a text editor developed by Microsoft for Windows, Linux, and...
Read more >CI/CD pipelines explained: Everything you need to know
Planning to implement CI/CD? This comprehensive guide explores the stages of a CI/CD pipeline, its pros and cons, best practices and more.
Read more >PHP 5 ChangeLog
Fixed bug #72434 (ZipArchive class Use After Free Vulnerability in PHP's GC algorithm and unserialize). (CVE-2016-5773). Version 5.6.22. 26 May 2016. Core:.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@evidolob I am working on updating the PHP LS agent with the latest official version of the PHP LS. It will hopefully resolve #5334 too. Currently we have quite old (at least 6 months old) version of the PHP LS in Che.
The GitHub repo for the PHP LS is here: https://github.com/felixfbecker/php-language-server
Is this still an issue?