Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ReSharper ignore certain folder(s) on TODO explorer

I use SignalR in my solution, their Nuget package brings in java scripts. It's OK, but problem is - there is TODO's in there which now shows up under my TODO list.

So, I'd like to ignore specific folder(s) or file(s) when ReSharper scan's for TODO's

I tried to exclude folder from "Code Inspections" but that doesn't seem to apply to TODO's.

Possible? (latest resharper, vs2015)

like image 412
katit Avatar asked Sep 30 '16 15:09

katit


1 Answers

ReSharper -> Options

Under Code Inspection/Generated Code add folder/files to be excluded and TODO's from there won't be on a list.

like image 73
katit Avatar answered Nov 14 '22 23:11

katit