Visual studio task list
Posted: Tue Sep 30, 2008 2:08 pm
I found this like 2 minutes ago while work-working (as opposed to play-working, aka devving =) ) and thought someone might find it helpful. Visual Studio has a built-in 'Task List' that you can open by going to view > other windows > task list. Or, "ctrl+\, ctrl+T". You can keep a (super-basic, sort of inconvenient) todo under the "user tasks" category... not very helpful.
But! Under the "comments" category, it echoes all comments that start with a certain token from your code and double-clicking them takes you to them. In C++, it only works for the current file, I hear, but C# it works for the current solution.
You can change what tokens are recognized by going to tools > options > environment > task list, selecting a category, typing a token name, and hitting "add". Mine picks up 'TODO' (which it does by default), 'NOTE', and 'FIXME'. And since I do multilines of those by writing 'NOTE Cont' or 'TODO Cont', it works really nicely.
I'm using VS2008, and I know that it exists in VS 2005, and I'm assuming that you get to it in the same way. Versions before VS2005 have it built into the error list, I hear.
http://www.blackwasp.co.uk/TaskListComments.aspx
http://www.google.com/search?hl=en&q=vi ... h&aq=f&oq=
But! Under the "comments" category, it echoes all comments that start with a certain token from your code and double-clicking them takes you to them. In C++, it only works for the current file, I hear, but C# it works for the current solution.
You can change what tokens are recognized by going to tools > options > environment > task list, selecting a category, typing a token name, and hitting "add". Mine picks up 'TODO' (which it does by default), 'NOTE', and 'FIXME'. And since I do multilines of those by writing 'NOTE Cont' or 'TODO Cont', it works really nicely.
I'm using VS2008, and I know that it exists in VS 2005, and I'm assuming that you get to it in the same way. Versions before VS2005 have it built into the error list, I hear.
http://www.blackwasp.co.uk/TaskListComments.aspx
http://www.google.com/search?hl=en&q=vi ... h&aq=f&oq=