We all sometimes have to write potentially dangerous, unsafe or just poorly written piece of code. Usually it is done in a hurry and needs to be rewritten later.
My question is: How can I easily and visually mark this code in VS 2008?
For example, I'm using Mindjet MindManager for planning and I love how easily I can put a predefined graphical marker on any topic: red flag for "dangerous!", half-filled square for "50% done", etc. Then I can set up a filter and see i.e. all my topics marked as "important" or all topics with progress > 75%.
I want to have something like that in Visual Studio. I know about "TODO:" comments, but they do not have any markers and cannot be filtered by their importance.