Navigation In Source Code
| Function | Shortcut | Use this shortcut to... |
|---|---|---|
| File Structure Pop-up | N/A | Display the Structure pop-up window for quick navigation through the current file. |
| Select target | N/A | 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. See Navigating Between IDE Components. |
| Recent Files | N/A | Show the list of recently opened files. |
| Recently Changed Files | N/A | Show the list of recently updated files. |
| Type Hierarchy | N/A | |
| Method Hierarchy | N/A | |
| Navigate to Line | N/A | Navigate to any line in the current file by specifying its number. |
| Navigate to Declaration | N/A | Navigate to declaration of a symbol at caret. |
| Navigate to Implementation | N/A | Navigate to implementation of the item at caret. |
| Navigate to Type Declaration | N/A | Navigate to a type declaration of a symbol at caret, the symbol being a variable or a method call. |
| Navigate to Super Method | N/A | Navigate to a super method declaration of a method under the caret. |
| Navigate to Test/Test Subject | N/A | Navigate to a test for the class at caret, if any, or navigate from a test to a test subject. |
| Navigate to Related Symbol | N/A | Navigate between files with complicated relationships between them. |
| Navigate to Next Method | N/A | Navigate to the next method declaration in the active editor tab. |
| Navigate to Previous Method | N/A | Navigate to the previous method declaration in the active editor tab. |
| Navigate to Opening Brace | N/A | Navigate to the start of the current code block. |
| Navigate to Closing Brace | N/A | Navigate to the end of the current code block. |
| Back | N/A | Undo last navigation operation. On a macOS computer, you can also use the three-finger right-to-left swipe gesture. |
| Forward | N/A | Redo last undone navigation operation. On a macOS computer, you can also use the three-finger left-to-right swipe gesture. |
| Navigate to Previous Occurrence | N/A | Navigate to a previous found item. |
| Navigate to Next Occurrence | N/A | Navigate to a next found item. |
| Last Edit Location | N/A | Move through the most recent change points. |
| Navigate to Next Highlighted Error | N/A | Navigate to the next found error/warning. |
| Navigate to Previous Highlighted Error | N/A | Navigate to the previous found error/warning. |
Last modified: 10 January 2018