Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Exclude js files in Task list Visual Studio 2017

Suddenly I see a hundred TODO item in my Task List from an AngularJs library. It is possible to filter out all .js files?

like image 967
Jepzen Avatar asked May 26 '17 08:05

Jepzen


People also ask

What is exclude file?

If you exclude a file from a Web Site project (not Web Application), Visual Studio will simply add the . exclude extension to that file. If you remove the extension, that file will be included again. It's up to you if you still need those files or not.

How do I see all Todos in Visual Studio?

From within Visual Studio Go to View -> Task List. This will display the Task List window and show you any area of your open Solution that has existing comments that start with // TODO .


1 Answers

As far as I know you can not do that, but you can filter by project or path.

Screenshot

Or, you can define your own custom tags and distinguish them by priority in the Task List, as described in the MSDN documentation.

like image 83
Tim Ennenbach Avatar answered Oct 18 '22 12:10

Tim Ennenbach