marlonfan / coc-phpls

🐭 php language server for coc.nvim
MIT License
212 stars 16 forks source link
coc nvim php-language-server vim

coc-phpls

PHP language server extension for coc.nvim.

Install

In your vim/neovim, run command:

:CocInstall coc-phpls

Features

Language server features provided by intelephense-docs.

Premium features

add licence key to your coc-settings.json file

e.g:

{
    "intelephense.licenceKey": "your licence key",
}

Configuration options

Development

cd ~/github/coc-phpls       && yarn link
cd ~/.config/coc/extensions && yarn link coc-phpls

JetBrains OS licenses

coc-phpls had been being developed with JetBrains IDE under the free JetBrains Open Source license(s) granted by JetBrains s.r.o., hence I would like to express my thanks here.

License

MIT