How to search within specific folders and files in Visual Studio 2010

visual-studio-2010

Solution

Yes you can do this using this options

You can also browse the folder the in which you want to perform the search using the button that is placed right to `Look in:` option.

Problem

I see in visual studio, i can search within: - Current Doc - Current Selection - All Open Docs - Current Project - Whole Solution is there anyway to: - Search within certain file types (just javascript files, just .aspx files?) ? - Search within specific folders ?

Original source