ikappas / vscode-phpcs

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

Show what standard the error/warning is found in. #147

Closed rogermartensson closed 4 years ago

rogermartensson commented 5 years ago

Is it possible to show what standard that generated the warning/error?

shadyvb commented 4 years ago

You can do this via setting "phpcs.showSources": true.

rogermartensson commented 4 years ago

Thank you.