Navigate menu commands:
Name |
Function |
Keyboard Shortcut |
---|---|---|
Go Into |
Sets the view input to the currently selected element. Supported by the Package Explorer view. |
|
Go To |
|
|
Open Declaration |
Tries to resolve the element referenced at the current code selection and opens the file declaring the reference. |
F3 |
Open Type Hierarchy |
Tries to resolve the element referenced at the current code selection and opens the element in the Type Hierarchy view. Invoked on elements, opens the type hierarchy of the element. Supported in the Java editor and views showing Java elements. |
F4 |
Open Call Hierarchy |
Tries to resolve the method referenced at the current code selection and opens the element in the Call Hierarchy view. |
Ctrl+Alt+H |
Open Implementation |
Opens the implementation of the currently selected method or type if there's only one implementor, else opens the Quick Type Hierarchy on it. |
|
Open Super Implementation |
Open an editor for the super implementation of the currently selected method or method surrounding the current cursor position. No editor is opened if no method is selected or the method has no super implementation. |
|
Open Attached Javadoc | Opens the Javadoc documentation of the currently selected element or text selection. The location of the Javadoc of a JAR or a project is specified in the Javadoc location property page on projects or JARs. Note that this attached Javadoc documentation may not be up to date with the Javadoc specified in the current code. You can create Javadoc documentation for source files in a Java project using the Javadoc export wizard. | Shift+F2 |
Open from Clipboard |
Tries to open the matching Java element in the editor if the clipboard contains a single line. Otherwise it opens the contents in the Java Stack Trace Console. Examples:
|
|
Open Type | Brings up the Open Type dialog to open a type in the editor. The Open Type selection dialog shows all types existing in the workspace. | Ctrl+Shift+T |
Open Type In Hierarchy | Brings up the Open Type dialog to open a type in the editor and the Type Hierarchy view. The Open Type selection dialog shows all types that exist in the workspace. | Ctrl+Shift+H |
Open Resource |
Opens the Open Resource dialog to open any resource in your workspace. |
Ctrl+Shift+R |
Show In Breadcrumb |
Shows the currently selected element in the breadcrub bar of the Java editor. | Ctrl+Shift+B |
Show In |
Choose to show the currently selected element in
|
Alt+Shift+W |
Quick Outline |
Opens the lightweight outliner for the currently selected type.
Pressing Ctrl+O a second time will show all inherited fields, types and methods as well (for the types marked with on the left). Inherited members are shown in blue. |
Ctrl+O |
Quick Type Hierarchy |
Opens the lightweight hierarchy viewer for the currently selected type.
Pressing Ctrl+T while the type hierarchy view is shown will toggle between supertype hierarchy and subtype hierarchy. |
Ctrl+T |
Last Edit Location | Reveals the location where the last edit occurred. | Ctrl+Q |
Go to Line | Opens a dialog which allows entering the line number to which the editor should jump to. Editor only. | Ctrl+L |
Back | Reveals the previous editor location in the location history. | Alt+Left |
Forward | Reveals the next editor location in the location history. | Alt+Right |