Is there any way to use Visual Studio’s Find and Replace to search only through files of a specified type or types?
If I’m searching through my web project for a particular string, it winds up looking through all my javascript, css and html files when I know all that I’m interested in is results that are in .cs files, for example.
I find myself using Notepad++ which does have the ability to limit its “Find In Files” search to only the file types I specify within the directory I specify, but would love an integrated solution.
In the Find Options, you can specify the settings under “Look at these file types:”