Visual Studio Code - markhowellsmead/helpers GitHub Wiki
PHPCS
.vscode/settings.json
Since 2.4.2026
Add this file to the repository with the following settings. These override the global settings in ~/Library/Application Support/Code/User/settings.json.
{
"phpcs.enable": true,
"phpcs.standard": "phpcs.xml",
"phpcs.run": "onSave",
"phpcs.useCache": true
}