coc-phpls
TypeScript icon, indicating that this package has built-in type declarations

2.2.4 • Public • Published

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

  • phpls.path: Path to intelephense module, you can use a custom version of intelephense by modifying this setting to include the full path. e.g. /path/to/node_modules/intelephense. default: ""
  • phpls.enable: Set to false to disable php language server. default: true

Development

  • Run yarn build or yarn build:watch
  • Link extension
cd ~/github/coc-phpls       && yarn link
cd ~/.config/coc/extensions && yarn link coc-phpls
  • Add "coc-phpls": "*" to dependencies in ~/.config/coc/extensions/package.json

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

Readme

Keywords

Package Sidebar

Install

npm i coc-phpls

Weekly Downloads

187

Version

2.2.4

License

MIT

Unpacked Size

70.7 kB

Total Files

13

Last publish

Collaborators

  • marlonfan