I'm also using GhostDoc in Visual Studio 2008. How do I view all to-do items and if that's a function already in Visual Studio or in GhostDoc (documentation tool that I use)?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If you are referring to TODOs that are defined with the // TODO comments.
Also be careful with GhostDoc. Always read the comment that was generated, I remember that older versions would generate comment like: "Toes the string" for a method like ToString(). |
|||||||||||
|
|
Resharper has a nice ToDo explorer to get an overview of all todo -or custom keywords- comments. |
|||
|
|

