Navigate to a VJET element's declaration

  1. Open the Test.js file in the VJET editor.
  2. Create the VJET type MyTest.js with Test.js supertype using VJET Type wizard.

    Creating a VJET Type

  3. On the first line of the MyTest class declaration, select the superclass Test and either

    Context open declaration

    The Test type opens in the editor area and is also represented in the Outline view.
    Note: This command also works on methods and fields.

    show declaration

  4. With the Test.js editor open and the class declaration selected:

    Menu open type hierarchy

  5. The Hierarchy view opens with the Test type displayed.

    Menu open type hierarchy

    Note: You can also open editors on types and methods in the Hierarchy view.

Related reference