tommcfarlin/phpcs-wpcs-vscode

It will be interesting to show the configuration for phpcb with WordPress

Opened this issue · 1 comments

    "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!