codecadwallader / codemaid

CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
http://www.codemaid.net
GNU Lesser General Public License v3.0
1.92k stars 362 forks source link

Tag and filter entrys (wish) #271

Open rainbowdesign opened 8 years ago

rainbowdesign commented 8 years ago

Hello, i would like to be able to tag an function that is finished and private in a class so it will normally not show in vs and the spade at all. This way i could hide internal functions that need no more work to get my too huge classes a bit more tidy. I would tag it finished and then have a filter applied that exclude that classes from being shown additionally i would like to have the possibility to switch the filter so all functions are shown when i need to work on something i assumed to be finished.

codecadwallader commented 8 years ago

Thank you for the suggestion. This sounds like a very specific feature that may fit your workflow but I don't know how useful it would be to other users.

rainbowdesign commented 8 years ago

I am not sure about how useful it would be for others, but if you would build in tags you could also use them for other purposes as example you could color the tagged functions or list them in a seperate list of similar tags. That way i think it could greatly help to make code more readable.