phpcs-wpcs-vscode
phpcs-wpcs-vscode copied to clipboard
It will be interesting to show the configuration for phpcb with WordPress
"phpcbf.enable": true,
"phpcbf.standard": "WordPress",
"phpcbf.debug": true,
"phpcbf.onsave": true,
"[php]": {
"editor.defaultFormatter": "persoderlind.vscode-phpcbf"
},
Remember to restart Visual Studio Code when done
@juananruiz extremely helpful, thank you!