I would call this article a Tips & Tricks article because this article contains information about Visual Studio IDE features. I can see that many developers are not familiar with these features. So, I thought of writing an article collecting searching, replacing and navigating tips which is vital to being happy and productive.
Navigate To (Ctrl+,)
This feature provides search-as-you-type support for files, types, and members to match the input string. You can find this feature under the "Edit" menu or use the keyboard shortcut "Ctrl + ," (Ctrl+Comma) to bring up the "Navigate To" dialog box. The following is a screen of the "Navigate To" dialog.
You just need to double-click on any search result to navigate to that page.
Quick Launch (Ctrl+Q)
Quick Launch is used to quickly search and execute actions for IDE assets such as options, templates and menus. You can't use Quick Launch to search for code and symbols. The Navigate To dialog box works fine for this (as given above). The Quick Launch search box is located at the top-right corner of the menu bar and is accessible by pressing Ctrl+Q. Simply enter your search string in the box.
For example, I would like to search for database designer settings, I will type "database designer" in the Quick Launch box.
Now, just click on the search result to bring the database designer setting dialog up.
Incremental Search (Ctrl+i)
Incremental Search is a great tool that allows searching within the current document, and enables you to do so without having to bring up a dialog. Just press "Ctrl+i" on any page and start typing, it will start highlighting the matching. After typing the key, start pressing Ctrl+i to navigate forward through highlighted items and start pressing "Ctrl+Shift+i" to navigate backward through the highlighted items.







Join the conversation! Your thoughts help the community grow.