We all sometimes have to write potentially dangerous, insecure, or simply poorly written code fragments. This is usually done in a hurry and needs to be rewritten later.
My question is: how can I easily and visually label this code in VS 2008?
For example, I use the Mindjet MindManager for planning, and I like how easily I can put a predefined graphic marker on any topic: a red flag for โdangerous!โ, A half-filled square for โ50%โ, etc. Then I can configure the filter and see that all my topics are marked as โimportantโ or all topics with a progress> 75%.
I want to have something like this in Visual Studio. I know about the comments of "TODO:", but they do not have any markers and cannot be filtered by their value.
visual-studio-2008
Dmitry
source share