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 ha
Chalk this up to a stupid mistake, if it is not showing for you make sure your code doesn't look like this:
//int justfakecode=1; // TODO: FIX ME LATER
with the token as part of a commented out line. I herped the derp on this one.