HEX
Server: Apache
System: Linux br1026.hostgator.com.br 5.14.0-687.39.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Aug 18 06:09:16 EDT 2026 x86_64
User: corre651 (6538)
PHP: 8.3.33
Disabled: NONE
Upload Files
File: //proc/self/cwd/wp-content/plugins/wpgraphql-acf/vscode.md
# 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.