0

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

TODO in CS File

TODO in ASPX File

Community
  • 1
  • 1
uzay95
  • 16,052
  • 31
  • 116
  • 182
  • 1
    You are writing javascript files in... Visual Studio...? IGNORING THAT: What's wrong with just writing `// @todo` and doing a global code search? – Amy B Mar 29 '10 at 11:08

1 Answers1

1

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.

Ilya Ryzhenkov
  • 11,782
  • 1
  • 40
  • 50