php-language-server
php-language-server copied to clipboard
PHP Implementation of the VS Code Language Server Protocol πβπ₯
Issue Type: Bug 1) Create a PHP file inside the open folder with a syntax error in it. 2) Save it. PHP Intellisense will highlight the filename in red in...
This pull request alters the installation section of the readme to include the installation instructions found at [emacs-lsp/lsp-php](https://github.com/emacs-lsp/lsp-php ) I found that guide helpful. Hopefully it helps others.
I think the server is not parsing all files which are set to be php language files. I am basing this overvation on the fact that I do not see...
Following from https://github.com/felixfbecker/php-language-server/issues/594#issuecomment-364715883 There are potential dependency problems with the installation instructions: $ composer require felixfbecker/language-server Using version ^5.3 for felixfbecker/language-server ./composer.json has been created Loading composer repositories with package...
- System Environment VS-Code Version: Commit de 1.48.1 Data: 2020-08-19T17:12:13.244Z elΓ©tron: 7.3.2 Chrome: 78.0.3904.130 node. js: 12.8.1 V8: 7.8.279.23-electron.0 OS: Windows_NT x64 10.0.18363 HTTP SERVER (win): Apache 2.4.25 x86 -...
Hi there, I cloned from the master branch and run unit test (all of them) but I'm curious about the fact that the first test execution throw me 2 errors:...
print_r( $_SERVER["SERVER_NAME"]); give an error Notice: Undefined index: SERVER_NAME in C:\....\xxx.php on line XX
Is there a simple way of overriding a parent method other than opening the parent, copying the method signature etc?
This is a stretch, since I'm not suggesting myself as a maintainer. But there are companies and contributors in PHP-community building awesome tools and working hard. E.g. https://github.com/vimeo/psalm/graphs/contributors where @muglug...