使用 GhostDoc 查看 VisualStudio 中的所有 TODO 项

我还在 VisualStudio2008中使用了 GhostDoc。如何查看所有待办事项,如果这个函数已经存在于 Visual Studio 或 GhostDoc (我使用的文档工具)中?

54640 次浏览

If you are referring to TODOs that are defined with the // TODO comments, open the Task List and set it to the Comments filter.

Visual Studio - Task List - Comments

Also be careful with GhostDoc. Always read the comment that was generated. I remember that older versions would generate comments like: "Toes the string" for a method like ToString().

ReSharper has a nice ToDo explorer to get an overview of all todos -or custom keywords- comments.

Note that in Express versions like Visual Web Developer 2010 Express and Visual C# Express 2010, you need to be in Expert mode to enable the task list. Expert mode is at menu ToolsSettingsExpert Mode.

Then the option to open the list is in menu ViewTask List.