Integrates phpcs into VS Code.
- run npm install inside the
phpcs
andphpcs-server
folders - open VS Code on
phpcs
andphpcs-server
- open VS Code on
phpcs-server
- run
npm run compile
ornpm run watch
to build the server and copy it into thephpcs
folder - to debug press F5 which attaches a debugger to the server
- open VS Code on
phpcs
- run F5 to build and debug the extension