Todo tasks not appearing in the Task List in visual studio 2012

SamuelDavis picture SamuelDavis · Sep 5, 2012 · Viewed 27.6k times · Source

I've recently upgraded to Visual Studio 2012 and haven't have any problems except for the fact that comments beginning with "//todo" no longer show up in the task list. I have absolutely no idea on where to start looking for a solution to this problem as all of the keywords are too general.

I came across other similar questions where the answer was that the file wasn't open containing the //todo comment, but that is not the case for me. My todo comments do not show up even when the file is open in front of me.

Answer

Furkan Ekinci picture Furkan Ekinci · Feb 7, 2013

Actually there is a dropdown control at the top of the "Task List" window and if you use the Visual Studio 2012 Dark Theme the dropdown looks like a label. If you click the "User Tasks" text, you will see "Comments" selection which lists your comments that contain "//todo".

Screenshot

Enlarge Image