Search and Replace Shortcut Keys, General Development Settings
The following shortcut key combinations can be used to search for text in a single file, in multiple files, and to search for objects and members.
Command Name |
Shortcut Keys |
Description |
---|---|---|
Edit.Find |
CTRL + F |
Displays the Quick tab of the Find and Replace dialog box. |
Edit.FindInFiles |
CTRL + SHIFT + F |
Displays the In Files tab of the Find and Replace dialog box. |
Edit.FindNext |
F3 |
Finds the next occurrence of the previous search text. |
Edit.FindNextSelected |
CTRL + F3 |
Finds the next occurrence of the currently selected text in the document. |
Edit.FindPrevious |
SHIFT + F3 |
Finds the previous occurrence of the search text. |
Edit.FindPreviousSelected |
CTRL + SHIFT + F3 |
Finds the previous occurrence of the currently selected text, or the word at the caret. |
Edit.FindSymbol |
ALT + F12 |
Displays the Symbol tab of the Find and Replace dialog box. |
Edit.GoToFindCombo |
CTRL + D |
Places the caret in the Find/Command box on the Standard toolbar. |
Edit.IncrementalSearch |
CTRL + I |
Starts Incremental search. If Incremental search is started, but you have not typed any characters, recalls the previous pattern. If text has been found, searches for the next occurrence. |
Edit.QuickFindSymbol |
SHIFT + ALT + F12 |
Searches for the object or member selected in the file and displays the matches in the Find Symbol Results window. |
Edit.Replace |
CTRL + H |
Displays the replace options in the Quick tab of the Find and Replace dialog box. |
Edit.ReplaceInFiles |
CTRL + SHIFT + H |
Displays the replace options on the In Files tab of the Find and Replace dialog box. |
Edit.ReverseIncrementalSearch |
CTRL + SHIFT + I |
Changes the direction of Incremental search to begin at the bottom of the file and progress towards the top. |
Edit.StopSearch |
ALT + F3, S |
Halts the current Find in Files operation. |
View.FindSymbolResults |
CTRL + ALT + F12 |
Displays the Find Symbol Results window, which displays matches for symbols searches. |