View all TODO items in Visual Studio using GhostDoc

落爺英雄遲暮 提交于 2019-11-29 21:59:51
Zyphrax

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

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().

bob

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

Nenotlep

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!