Visual Studio Magic Keywords in Comments

comments, visual-studio

Solution

Visual Studio 2005 lets you modify the list of these.

`Tools -> Options -> Environment -> Task List`

Problem

I know visual studio has some magic keywords you can use in comments, which will make them marked in the Task List: - TODO - HACK - UNDONE Do you know of any other built-in keywords, that may mark the code as a task? Or any other special keywords that will mark the code as bug-fix, warning, error, etc.

Original source