According to this, VS 2008 and 2010 had a feature called Comment Tokens. You can write // TODO document this magic number here and it will appear in your Comments section of the Task List. This part works for me.

However, that article says that you can even define your own tokens, by going to Tools>Options>Environment>Task List .

However, in my Visual Studio 2010 Ultimate, I don't have that option.

enter image description here

How do I make custom comment tokens?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted
+50

Just check the "Show all settings" checkbox you see at the bottom left of the Options dialog. You now should be able to navigate to "Environment | Task List" to create your custom comments. Here is an additional link How to: Create Custom Comment Tokens

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.