# VSCode Setup

```
composer install
yarn lint # to test from CLI
```

Required Extensions for IDE linting and fixing:

-   [phpcbf](https://marketplace.visualstudio.com/items?itemName=persoderlind.vscode-phpcbf)
-   [phpcs](https://marketplace.visualstudio.com/items?itemName=ikappas.phpcs)

Please note, `phpcbf` currently has open PRs to fix known issues that prevent it from working.
