views:

23

answers:

1

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

A: 

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.

Ilya Ryzhenkov

related questions