Thursday 23 October 2008

Tracking TODO's in Visual Studio 2005


Start by going to the menu bar and selecting 'View' then 'Task List', when the windows appears, notice you can select a drop down box that has two options:
'User Tasks' by default and then comments. If you select 'comments', it will list all comments, the location and line number where you have written the comment prefixed with TODO:

So just write...

//TODO: Test  (C#)

or
'TODO: Test   (VB.NET)


in any document and have a look for yourself!

No comments: