php-language-server
php-language-server copied to clipboard
Language server stops working properly
trafficstars
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. autocompletion), but as soon as I change something like write a function, the server stops working properly and Diagnosis return nothing; hover returns nothing; completion returns empty list with isIncomplete set to true.
In-fact publishDiagnostics calls stops coming from server. Here is the screenshot.