The TODO list items aren't showing up in Visual Studio Express 2012 for C++.
Why are the TODO list items not showing up?
This question has been asked before, but none of the answers have resolved my issue. I have done the following:
What I have already tried:
Checking formatting was:
//TODO test
Checking the task list drop down was set to Comments
Made sure the file with the comment was open and selected
Set Enumerate Comment Tasks to True under:
Options->Text Editor->C/C++->Formatting->Miscellaneous->Enumerate Comment TasksRestarting the application
Solution:
- JBentley's first suggestion fixed the issue. I was missing the colon, so the correct format was:
//TODO: text