Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual C++ TODO Task List not showing elements

The // TODO comments and other custom defined are not showing up in task list in Visual Studio 2010 (Ultimate, x64, sp1) even activating the option in configuration, as is told in that post:

Visual Studio TODO / Task List not showing up

I know that only works on opened files that have todo comments, but even with an opened file that have them I get an empty list.

like image 911
Ezio A Avatar asked Feb 14 '12 19:02

Ezio A


1 Answers

If you already changed Tools -> Options -> Text Editor -> C/C++ -> Formatting -> Miscellaneous -> Enumerate Comment Tasks to True...

Did you also change the box in Visual studio's Task List from User Tasks to Comments ?

like image 152
Foggzie Avatar answered Oct 23 '22 23:10

Foggzie