/vscode-phpstan

Integrates phpstan into VS Code

Primary LanguageTypeScript

vscode-phpstan

Integrates phpstan into VS Code.

Thanks

vscode-phpcs

Development setup

  • run npm install inside the client and server folders
  • open VS Code on client and server

Developing the server

  • open VS Code on server
  • run npm run compile or npm run watch to build the server and copy it into the client folder
  • to debug press F5 which attaches a debugger to the server

Developing the extension/client

  • open VS Code on client
  • run F5 to build and debug the extension