如何让 HTML 文件中的 TODO 注释显示在 Visual Studio 的任务列表中?
因此,只要 TODO 注释位于 C# 文件中,我的任务列表中就会显示 TODO 注释。 HTML、CSS 或 JScript 中的 TODO 注释未显示在我的任务列表中。有没有办法在 Visual Studio 2010 Pro 中启用此功能?
So, I have TODO comments showing up in my task list as long as the TODO comment is in a C# file. The TODO comments in HTML, CSS, or JScript aren't showing up in my Task List. Is there a way to enable this in Visual Studio 2010 Pro?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
简单的回答:不。
来自:如何:创建任务列表注释
因此仅在 VB、C# 和 C++ 项目中支持。
Simple answer: NO.
From: How to: Create Task List Comments
So it is only supported in VB, C# and C++ projects.
Resharper(如果您没有的话,您应该拥有它)具有您想要的待办事项列表窗口。它解析所有这些文件(js、css、html、c# 等)。您可以将该窗口与所有其他窗口停靠在一起。
With Resharper, which you should have if you don't, has the todo list window your looking for. It parses all the those files (js, css, html, c#, etc.). You can dock that window with all your other windows.
<% //TODO: page side task %>
即转义到代码,然后使用该语言的任务注释。
那么,或者:
<% 'TODO: VB 的页面端任务 %>
注意 Arun 关于它的警告仅在页面打开时显示,这可能就是为什么“NO”是最佳答案的原因,因为它不完全完成要求的任务。
(事实上,这实际上只是扩展了他的答案,但我还没有足够的观点来发表评论。)
<% //TODO: page side task %>
i.e. escape to code and then use that language's tasking comment.
So, then alternatively:
<% 'TODO: page side task for VB %>
Note Arun's caveat about it only showing with the page open, which might be why "NO" is the top answer, because it doesn't fully accomplish what was asked.
(In fact this really just expands his answer, but I didn't yet have the points to make it a comment.)
它适用于 Visual Studio 2015
唯一的问题是,需要打开该特定页面才能查看任务。
像普通 C# 一样添加任务
It works in Visual Studio 2015
Only issue is that, that particular page is needed to be opened to view the tasks.
Add Task as in normal C#
尝试 :
Try :