views:

103

answers:

2

Hi,

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.

Thanks.

+8  A: 

Visual Studio 2005 lets you modify the list of these.

Tools -> Options -> Environment -> Task List

Jacob
+1  A: 

Mine has UnresolvedMergeConflict as part of the list.

Just in case you didn't know (hard to tell from your question), you can edit the list via Tools -> Options -> Environment -> Task List.

Erich Mirabal