Nice feature of Visual Studio.NET
January 29, 2002 Written by Charles CookNice feature of Visual Studio.NET that was mentioned on the DOTNET mailing list today: add a TODO: comment to your code, e.g.:
Object ParseStruct(XmlNode node, Type ValueType) // TODO: test ParseStruct
and the TODO automatically appears in the Task List window.
Copyright © 2011, Charles Cook.