Extension which integrates Phpactor with VSCode.
- Download the
phpactor.vsix
file from the lastest release - Run
code --install-extension /path/to/phpactor.vsix
For development it is easier
- Install npm.
- Install typescript:
npm install -g typescript
- Git clone this package
npm install
cd ~/.vscode/extensions
. If running VS Code server on WSL:cd ~/.vscode-server/extensions
ln -s /path/to/vscode-phpactor
Phpactor should then be enabled the next time you start VS code.
phpactor.update
: Update Phpactor to the latest versionphpactor.status
: Show Phpactor's statusphpactor.reindex
: Reindex the project.phpactor.services.list
: List Phpactor's currently running services.phpactor.config.dump
: Dump Phpactor's configuratoin to the log window.
For full documentation see the docs.