kazimolmez / vscode-phpactor

Phpactor VS Code Extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phpactor VSCode Extension

phpactor2sm

Extension which integrates Phpactor with VSCode.

Installation

The package isn't published yet on the "marketplace" so:

  1. Install yarn and npm.
  2. Install typescript: npm install -g typescript
  3. Git clone this package
  4. npm install
  5. yarn build
  6. cd ~/.vscode/extensions. If running VS Code server on WSL: cd ~/.vscode-server/extensions
  7. 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

License:MIT License


Languages

Language:TypeScript 100.0%