ikappas / vscode-phpcs

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

Display Rule Namespaces alongside Errors / Warnings #192

Open jamiesykescreode opened 3 years ago

jamiesykescreode commented 3 years ago

When displaying an error / warning to a user it would be nice to see the namespace of the error message. This would be useful when checking rules and will allow someone to easily lookup and apply ignore patterns.

Happy to work on this and submit a PR if people think it could be useful.

FranciscoCaldeira commented 2 years ago

"phpcs.showSources": true,