mrlacey / WarnAboutTodos

Create warnings about TODO comments
https://marketplace.visualstudio.com/items?itemName=MattLaceyLtd.WarnAboutTODOs
MIT License
20 stars 5 forks source link

Enable for SQL Server Database Projects #7

Open KevinRaney opened 5 years ago

KevinRaney commented 5 years ago

Would it be possible to extend this to other VS project types?

mrlacey commented 4 years ago

At the moment this is currently dependent upon Roslyn Analyzers and so only works with C# & VB.NET projects.

I'm open to suggestions on other ways this could be extended to other project (or language) types though.