Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio-> Find all references-> Looking for symbol in XAML files

Is there a way to prevent "Find all references" from searching in XAML files? Searching the XAML files is painfully slow.

like image 486
Jeremy Danyow Avatar asked Sep 29 '11 18:09

Jeremy Danyow


1 Answers

Not to re-open an older post, but you could do a "find in files" and specify only the file types you want to search through (e.g. .xml; .txt; .cs; .cpp etc).

Granted i might be stating the obvious but....

like image 52
AlpineCoder Avatar answered Oct 07 '22 20:10

AlpineCoder