- Status Assigned
- Percent Complete
- Task Type Feature Request
- Category General
- Priority Very Low
- Reported Version 1.0.0.4810
- Due in Version Backlog
- Votes
- Private
FS#97 - Solution item highlighter
Is it possible to develop a function to allow the user automatically/manually highlight selected items in the Solution Explorer to various styles? Here are some of my ideas:
Manual mode: For instances, I will select some code files which I consider them most important and highlight them bold, and some files I don't care too much can be colored to gray.
Automatic mode:
- Code files which contain unsafe classes will have special badges.
- Code file items which contain class, interface, enum or struct definition will be colored to their corresponding color as the Enhanced Syntax Highlighting.
- Code file items with mixed types defined will be rendered with multiple colors like the raibow.
- Code files with contains members referenced from many places out side of those code files will be rendered bold.
Sounds interesting. I will try to find out what i can do there.
Thank you very much for considering this :)