When I do Cntl-Shift-F, there is a dropdown to specify filetype (*.cs for example). Is there any way to exclude certain file types from search? For example, if I wanted to search in all files without *.css extension.
Asked
Active
Viewed 289 times
3
-
Maybe [this](http://stackoverflow.com/questions/1596337/how-to-exclude-designer-cs-from-visual-studio-file-search) might help? Though, looks like the UltraFind plugin is no more. – Mike Christensen Jul 23 '13 at 21:21
-
This is not exactly what you're looking for, but you can *include* multiple file types (*.cs, *.aspx, *.js) and not include ones you want to exclude – Yuriy Galanter Jul 23 '13 at 21:23