https://github.com/phpactor/coc-phpactor
Phpactor CoC Extension
https://github.com/phpactor/coc-phpactor
Last synced: 6 months ago
JSON representation
Phpactor CoC Extension
- Host: GitHub
- URL: https://github.com/phpactor/coc-phpactor
- Owner: phpactor
- License: mit
- Created: 2020-05-31T19:46:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T22:47:54.000Z (almost 3 years ago)
- Last Synced: 2025-04-30T18:10:03.709Z (8 months ago)
- Language: TypeScript
- Homepage: https://github.com/phpactor/phpactor
- Size: 941 KB
- Stars: 28
- Watchers: 3
- Forks: 3
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Phpactor CoC Extension
======================

Extension which integrates [Phpactor](https://github.com/phpactor/phpactor)
with [CoC](https://github.com/neoclide/coc.nvim).
Installation
------------
First, install [Phpactor](https://phpactor.readthedocs.io/en/master/usage/standalone.html).
Then install this extension from Vim/Nvim:
```
:CocInstall coc-phpactor
```
**NOTE**: The Phpactor language server is a work-in-progress (see currently
[supported](https://phpactor.readthedocs.io/en/master/lsp/support.html)
features).
In order to have access to all of Phpactors functionality it is recommended to
install the standard [VIM
Plugin](https://phpactor.readthedocs.io/en/master/usage/vim-plugin.html).
Commands
--------
- `phpactor.status`: Show Phpactor's status
- `phpactor.reindex`: Reindex the project.
- `phpactor.services.list`: List Phpactor's currently running services.
- `phpactor.config.dump`: Dump Phpactor's configuratoin to the log window.
Configuration
-------------
You can add any Phpactor
[configuration](https://phpactor.readthedocs.io/en/master/reference/configuration.html)
using the `phpactor.config` key in `:CocConfig`.
Documentation
-------------
For full documentation see [the docs](https://phpactor.readthedocs.io/en/master/index.html).