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 the开发者_JAVA百科m. Is there any way to show these comments inside todo explorer?
any help would be greatly appreciated
Platform: VS.NET 2008
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.
精彩评论