In VS2010, my Task List showed all of my TODO comments throughout all the files in my project so long as each file has been loaded at least once. After updating to VS2012 the Task List only shows TODO comments that are located in the currently focused source file. When I toggle focus between each source file the Task List updates to show only that file's comments.
I have made sure that the "Enumerate Comment Tasks" option has been set to true and have gone through every option I can find to try and solve this problem. I've tried resetting my VS options via " devenv.exe /ResetSettings " in the command prompt to no avail.
Is there anyway I can reenable the option to show all my //TODO: comments throughout my project in the Task List or should I simply revert back to VS2010?