Visual Studio Comment TODOs

I recently discovered the Task List in Visual Studio, which is supposed to display all comments of the form
// TODO fix bug xxx
in a list. However, try as I might, I can't get it to work. I did read that it only shows comments from the current file, but even when looking at a file with such comments, none displayed in the task list.

Does anyone else use this feature, and have you experienced any such problems with it?
Last edited on
Click the drop down that says "User Tasks" and change it to "Comments".
Thanks, but I tried that (I guess I should have specified...). It didn't work :(
Topic archived. No new replies allowed.