php-language-server
php-language-server copied to clipboard
PHP Implementation of the VS Code Language Server Protocol 🆚↔🖥
I am using php-language-server with [Monaco-languageClient ](https://github.com/TypeFox/monaco-languageclient) and connected the php-language-server over process io. Initially, when the editor load autocompletion works fine but as soon as I type "function" keyword,...
The following code does not produce a suggestion in visual studio code. It should produce a suggestion according to PHP Doc block reflection: > /** > * @property mixed $test...
Issue Type: Feature Request Hi!This extension cant start properly."PHP executable not found. Install PHP 7 and add it to your PATH or set the php.executablePath setting". this error is reporting...
If `$level` reaches 0 with only one more element in the `$parts` array, the next call to `array_slice($parts, 0, $level)` will return an empty array. This will trigger a "undefined...
For the following code `$stmt = sqlsrv_query( $conn, 'SELECT * FROM #people');` everything after #people is highlighted as a comment and it is really still part of the SQL statement....
Mac 10.13.3 VSCode 1.21.1 (1.21.1) PHP Intellisense 2.3.0 When using the Find All References function it is extremely slow, just displaying "Loading...". I stopped measuring after a minute elapsed. I...
Hi, i found a bug in linux when using a samba share. The code in `uriToPath` and `pathToUri` is not prepared to handle linux shares. My share path is `file:///run/user/1000/gvfs/smb-share:server=127.0.0.1,share=mrfoo/bar/composer.php`...
Windows 10 1809 charset GBK PHP 7.3.5 npm 6.9.0 node 12.0.1 I tried using iconv to convert (string)$msg, which is still the same, but when I change (string)$msg to something...
I am also facing the issue with monaco editor and using monaco-language-client to talk with LSP. In my case, initially the server works fine and gives expected results (for e.g....
In both Emacs and VS Code, the server works when the first time it opens a file. Diagnosis are published; hover returns symbol info; completion returns candidates (triggered manually without...