StefanMaron / vsc-lintercop

MIT License
6 stars 6 forks source link

Also include Custom Analyzers in the Status bar #1

Open rvanbekkum opened 2 years ago

rvanbekkum commented 2 years ago

It would be nice if the status bar could also show any additional code analyzers, so next to the standard ones and BcLinterCop.

StefanMaron commented 2 years ago

That is definitely on the roadmap. I am just not sure for now how to achieve that the best way.

The best way I have in mind right now is, to expose a function in this extension, so other linters can be added via a dedicated vs code extension. I could provide a sample extension I think