Navigate to a VJET element's declaration
- Open the Test.js file in the VJET editor.
-
Create the VJET type MyTest.js with Test.js supertype using VJET Type wizard.

- On the first line of the MyTest class declaration, select the superclass Test and either
- from the context menu,select Open Declaration or
- press F3.

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.

- With the Test.js editor open and the class declaration selected:
- from the context menu Open Type Hierarchy or
- press F4.

-
The Hierarchy view opens with the Test type displayed.

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