WP Rig can be configured to fit any workspace requirements. In this video, see how WP Rig works with VS Code to help you write better code.
VS code has extensions that are really helpful. They are:
- ESLint, which Lint Java Script and ES next
- PHPCS, the PHP code sniffer which looks for errors in PHP
- Stylelint, which lints CSS
- Prettier, the code formatter which auto formats code.
Configurations of all these tools already exists in WP Rig, and they almost work out of the box, but to take full advantage of all the automation available to you, this video goes over how you wire them up in the application settings.