You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've installed the plugin and verified that the server is running. But when I call any command, nothing happens, not even an error message. I have successfully used a JS language server so nothing should be wrong with my setup. I've tried this on vim8 and neovim. Using php7.0 on Windows 10.
The text was updated successfully, but these errors were encountered:
The scope of this plugin ends after the server is registered and started. No error indicates the server commands are registered (you'd get E492: Not an editor command otherwise) so this issue belongs in felixfbecker/php-language-server.
Nevertheless... Does it work for you with the current version? Do you start vim in a root directory of your project? Is this reproducible? I once (but only once) encountered an issue where the server took about 20 seconds to find the class definition and jumped there even though I was already in a different file doing a different thing. There's unfortunately no indicator informing about the server working.
I've installed the plugin and verified that the server is running. But when I call any command, nothing happens, not even an error message. I have successfully used a JS language server so nothing should be wrong with my setup. I've tried this on vim8 and neovim. Using php7.0 on Windows 10.
The text was updated successfully, but these errors were encountered: