如何使用 resharper 搜索 javascript 文件中的 TODO 行?
我正在编写 javascript 代码,我想将待办事项、注释、错误等添加到 .js 或 .aspx 文件中。但 Resharper 4.5 无法找到它们。有什么办法可以在todo资源管理器中显示这些评论吗?
任何帮助将不胜感激
平台:VS.NET 2008
I am writing javascript codes and i want to add todo, note, bug etc. to .js or .aspx files. But Resharper 4.5 couln't find them. Is there any way to show these comments inside todo explorer?
any help would be greatly appreciated
Platform: VS.NET 2008
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ReSharper 需要词法分析器来分析评论。 ReSharper 尚不支持 JavaScript,因此没有词法分析器,待办事项也无法在那里工作。
更新:ReSharper 6 确实支持 JS 文件,并且从此类文件中提取待办事项。
ReSharper needs lexer to analyse comments. JavaScript is not yet supported in ReSharper, so there is no lexer and to-do items won't work there.
Updated: ReSharper 6 does support JS files and to-do items are extracted from such files.