Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

List javascript tasks in Visual Studio Task list

Is there a way to configure Visual Studio 2008 to display TODO comments in .js files or script-tags in the task list?
Now only todo comments from the C# code is displayed.

like image 994
Endre Avatar asked Feb 02 '10 11:02

Endre


1 Answers

Another option is to just use Resharper's To-do Explorer window, which you probably already have and if not, should have. You can dock it right with the other windows. It parses all the files (cs, js, css, etc.).

like image 96
rkever Avatar answered Sep 19 '22 12:09

rkever