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.