List javascript tasks in Visual Studio Task list

末鹿安然 提交于 2019-12-10 12:33:28

问题


Is there a way to configure Visual Studio 2008 to display TODO comments in .js files or script-tags in the task list?
Now only todo comments from the C# code is displayed.


回答1:


Another option is to just use Resharper's To-do Explorer window, which you probably already have and if not, should have. You can dock it right with the other windows. It parses all the files (cs, js, css, etc.).




回答2:


http://forums.asp.net/t/414634.aspx/1

The tasks will show up under the task list under Add-Ins and Macros. I had to exclude projects with names "Miscellaneous Files" and "Script Documents" because of an out of memory exception. They're not clickable tasks, so I didn't find it all that useful.

also, on a related note http://connect.microsoft.com/VisualStudio/feedback/details/508200/task-comments-in-javascript-are-do-not-show-up-in-task-pane



来源:https://stackoverflow.com/questions/2183439/list-javascript-tasks-in-visual-studio-task-list

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