Navigate actions

An example is shown below.

Nevigate Menu
Navigate menu commands:
Name Function Keyboard Shortcut
Go Into Sets the view input to the currently selected element. Supported by the Script Explorer view.  
Go To
  • Back: Sets the view input to the input back in history: Only enabled when a history exists (Go Into was used)
  • Forward: Sets the view input to the input forward in history: Only enabled when a history exists (Go IntoGo To > Back were used)
  • Up One Level: Sets the input of the current view to its input's parent element
  • Type: Browse for a type and reveal it in the current view. Supported by the Script Explorer view
  • Package: Browse for a package and reveal it in the current view. Supported by the Script Explorer view
  • Resource: Browse for a resource and reveal it in the current view.
 
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
  • Script Explorer
  • History
  • Navigator
  • Outline
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.

Related reference