An example is shown below.
| Name | Function | Keyboard Shortcut |
|---|---|---|
| Go Into | Sets the view input to the currently selected element. Supported by the Script Explorer view. | |
| Go To |
|
|
| 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 VJET editor and views showing VJET 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 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 |
Choose to show the currently selected source module in
|
Alt + Shift + W |
| Quick Outline | Opens the lightweight outliner for the currently selected type. | Ctrl + O |
| Quick Type Hierarchy | Opens the lightweight hierarchy viewer for the currently selected type. | Ctrl + T |
| Next | Selects the next annotation. Supported in the VJET editor. | Ctrl + . |
| Previous | Selects the previous annotation. Supported in the VJET editor. | Ctrl + , |
| Last Edit Location | Reveals the location where the last edit occurred. | Ctrl + Q |
| Go to Line | Opens an 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 |
Please refer to the Navigate Menu Actions in Java Development User Guide for detailed introduction.
