Skip to content

Rodrigo-Barros/vscode-phpactor

 
 

Repository files navigation

Phpactor VSCode Extension

phpactor2sm

Extension which integrates Phpactor with VSCode.

Installation

Normal Installation

  1. Download the phpactor.vsix file from the lastest release
  2. Run code --install-extension /path/to/phpactor.vsix

Development Installation

For development it is easier

  1. Install npm.
  2. Install typescript: npm install -g typescript
  3. Git clone this package
  4. npm install
  5. cd ~/.vscode/extensions. If running VS Code server on WSL: cd ~/.vscode-server/extensions
  6. ln -s /path/to/vscode-phpactor

Phpactor should then be enabled the next time you start VS code.

Commands

  • phpactor.update: Update Phpactor to the latest version
  • 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.

Documentation

For full documentation see the docs.

About

Phpactor VS Code Extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%