Navigation in source code
Function | Shortcut | Use this shortcut to... |
---|---|---|
File Structure Popup | Display the Structure popup for quick navigation through the current file. | |
Select target | Move focus from the current file, class, method or reference to a data source table to a view suggested in the Select Target pop-up menu. | |
Recent Files | Show the list of recently opened files. | |
Recently Changed Files | Show the list of . | |
Type Hierarchy | Browse hierarchy for the selected class. | |
Navigate to Class | Navigate directly to a class in project by specifying its name in a popup. | |
Navigate to File | Navigate directly to a file in project by specifying its name in a popup. | |
Navigate to Recently Opened File | Show the list of recently opened files. | |
Navigate to Line | Navigate to any line in the current file by specifying its number. | |
Navigate to Declaration | Navigate to declaration of a symbol at caret. | |
Navigate to Implementation | Navigate to implementation of the item at caret. | |
Navigate to Type Declaration | Navigate to a type declaration of a symbol at caret, the symbol being a variable or a method call. | |
Navigate to Super Method | Navigate to a super method declaration of a method under the caret. | |
Navigate to Test/Test Subject | Navigate to a test for the class at caret, if any, or navigate from a test to a test subject. | |
Navigate to Related Symbol | Navigate between files with complicated relationships between them. | |
Go to Header/Source | F10 | Switch between source and header files. |
Navigate to Next Method | Navigate to the next method declaration in the active editor tab. | |
Navigate to Previous Method | Navigate to the previous method declaration in the active editor tab. | |
Navigate to Opening Brace | Navigate to the start of the current code block. | |
Navigate to Closing Brace | Navigate to the end of the current code block. | |
Back | Undo last navigation operation.
| |
Forward | Redo last undone navigation operation.
| |
Navigate to Previous Occurrence | Navigate to a previous found item. | |
Navigate to Next Occurrence | Navigate to a next found item. | |
Last Edit Location | Move through the most recent change points. | |
Navigate to Next Highlighted Error | Navigate to the next found error/warning. | |
Navigate to Previous Highlighted Error | Navigate to the previous found error/warning. |