roxma / LanguageServer-php-neovim

38 stars 2 forks source link

No command working #6

Open AgentCosmic opened 6 years ago

AgentCosmic commented 6 years ago

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.

cprn commented 5 years ago

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.