HomeVisual StudioVisual Studio 2013 Tips & Tricks – Search in Only Specified File Types

Visual Studio 2013 Tips & Tricks – Search in Only Specified File Types

In Visual Studio 2013, the Find and Replace Window can be used to provide additional options for your search terms. You can launch the Find and Replace Window using the shortcut key “Ctrl + Shift + F”. If you want to search the string in the specified types, you can use the “Look at these file types” combobox in the Find and Replace Window.

Visual Studio 2013 Tips & Tricks - Search in Only Specified File Types

For example , if you are searching for a string “version” and you want to search only the Config files in your project , you can simply specify *.config in the Look at these file types field . This will search the text “version” only in the .Config files in your project.

Leave a Reply

You May Also Like

In this post, you’ll learn about the error code “SCC_E_BACKGROUNDGETINPROGRESS” returned by the Visual Studio when using the Source Control...
In this post, you’ll learn about the error code “SCC_E_UNKNOWNERROR” returned by the Visual Studio when using the Source Control...
In this post, you’ll learn about the error code “SCC_E_CONNECTIONFAILURE” returned by the Visual Studio when using the Source Control...