Name | Function | Keyboard Shortcut |
---|---|---|
Go Into | Sets the view input to the currently selected element. | |
Go To |
|
|
Open Type Hierarchy | Opens Type Hierarchy view for selected object | F4 |
Open Call Hierarchy | Opens Call Hierarchy view for selected object | Ctrl+Alt+H |
Open Declaration | Opens Declaration for selected object (class, variable...) | F3 |
Toggle Source/Header | Switches between source and corresponding header files. | |
Open Element... | Brings up the Open Element selection dialog to open an element in the editor. This dialog shows all types existing in the workspace. | Ctrl+Shift+T |
Open Type | Brings up the Open Type selection dialog to open a type in the editor. The Open Type selection dialog shows all types existing in the workspace. | Ctrl+Shift+T |
Open Resource | This command displays a dialog that lets you select any resource in the workspace to open it in an editor. | Ctrl+Shift+R |
Show In | This sub-menu is used to find and select the currently selected resource in another view. If an editor is active, these commands are used to select the resource currently being edited in another view. | Ctrl+Shift+W |
Quick Outline | Displays outline view for current source file. | |
Next | The "next" definition is based on where the focus is. For example, during a search this entry becomes Next Match. | Ctrl+. |
Previous | The "previous" definition is based on where the focus is. For example, during a search this entry becomes Previous Match. | Ctrl+, |
Last Edit Location | Moves the cursor to the line that contains the last edit. Editor only. | Ctrl+Q |
Go to Line | Open a dialog where you can specify the line number to which to move the cursor. Editor only. | Ctrl+L |
Back | Moves the focus to the previous file. Editor only. | Ctrl+Q |
Forward | Returns the focus from the previous file. Editor only. | Ctrl+Q |
Note: Other Navigate options are used with the JDT. Refer to the Java Development User Guide for details.