php-language-server icon indicating copy to clipboard operation
php-language-server copied to clipboard

PHP Implementation of the VS Code Language Server Protocol 🆚↔🖥

Results 104 php-language-server issues
Sort by recently updated
recently updated
newest added
trafficstars

I had problem, php 7.3 installed on C:/xampp/php/php.exe Open a .php file - look for outline "The active editor cannot provide outline information". ``` "php.validate.executablePath": "C:/xampp/php/php.exe", "php.suggest.basic" : false ```...

To avoid errors on Travis with line ending. This branch has the same fix for showing private and protected methods and properties out of the context. Fixes #469

work needed

Many places in the phpDocumenter may throw RuntimeException, naturally it's hard to tell what went wrong because so many places is coded with that.

Issue Type: Bug PHP Fatal error: Allowed memory size of 4293918720 bytes exhausted (tried to allocate 20480 bytes) in /Users/helloworld/.vscode/extensions/felixfbecker.php-intellisense-2.3.13/vendor/felixfbecker/language-server/src/Index/Index.php on line 379 [Error - 4:19:22 PM] Connection to server...

I have the already known error 32603 with the file [OpenIDConnectClient.php][1] in the github.com/jumbojett repository (too long to paste it here). [1]: https://github.com/jumbojett/OpenID-Connect-PHP/blob/master/src/OpenIDConnectClient.php These are my global dependencies: ![image](https://user-images.githubusercontent.com/201430/71101284-6a3cf180-2184-11ea-8ea6-8669a03fc747.png) And...

Hi, I'm using atom ide-php and it doesn't work on some projects. I was able to create a minimal example of project which crash with that error. **context/WebContent.php** ```

This PR attempts to implement the rename function. Therefore it implements #21 . There are however still some limitations: If there isn't a reference in the same file, as the...

help wanted
feature
work needed

_From @razvanphp on November 4, 2016 18:54_ Not sure how I can explain better, but this would be very useful, especially for private variables in classes. Thank you for this...

enhancement