Hello,
Is there a standalone server version of intelephense ?
I would like to use this with neovim as it apparently is faster than this server.
Thanks !
Yeah there is a standalone, i'm using it in neovim with vim-lsp and ncm2 and Intelephense is far superior, you're going to have no regrets making the switch.
Here is the standalone https://github.com/bmewburn/intelephense-docs
Thanks you @carlevison. I had a small issue when I ran:
intelephense --stdio
Instead I had to use:
node /usr/local/lib/node_modules/intelephense/lib/intelephense.js --stdio
It's very fast, thank you vm
Most helpful comment
Yeah there is a standalone, i'm using it in neovim with
vim-lspandncm2and Intelephense is far superior, you're going to have no regrets making the switch.Here is the standalone https://github.com/bmewburn/intelephense-docs