Search code examples
visual-studio-2012findinfiles

Visual Studio - Find in Files except in files with type of


Visual Studio's Find in Files has the option "Look at these file types:" which allows you to specify specific file types (eg. all .aspx files).

It is possible to specify file types NOT to look at?

I need something like "search in all files and do not search in *.resx files".

Sorry for my bad English.


Solution

  • It's not possible to specify file types NOT to look at with the Visual Studio's Find in Files.