ikappas / vscode-phpcs

PHP CodeSniffer for Visual Studio Code
MIT License
128 stars 56 forks source link

turn on/off #186

Open str opened 3 years ago

str commented 3 years ago

Going back end forward between different projects with different coding standards, seeing the PHPCS errors makes a lot of noise. I have to go to the plugins and enabe/disable the phpcs per project... with I usually forget to turn on again. This is specially annoying if we have 2 different coding standards in the same project (ie, files in the vendors folder).

Can we at least turn it off in the diff view?