Visual Studio Magic Keywords in Comments

Viewed 4521

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.

3 Answers
Related