DVT e Language IDE User Guide
Rev. 24.1.5, 13 March 2024

35.15.13 Types View

The Types View presents all the types (classes, structs, units, entities etc.) defined in your project.

Open the view from menu Window > Show View > Other... > DVT > Types.

Click on the Show Members button to show the Members pane.

Double click on a type or type member to jump to its definition.

Right click on a type or type member to search for usages or further inspect the Type Hierarchy View or the Verification Hierarchy View, where applicable.

You can perform Search For Members.

Toolbar   
Show/Hide Members Toggles the visibility of the members pane. Use the drop-down to chose placement (to the right side or below the types tree).
Sort by Category Click to sort by category. Default sort order is alphabetical.
Expand All Expand all nodes in types tree.
Collapse All Collapse all nodes in types tree.

Note: Type containers are also shown in the view, for example libraries, generate statements, etc. See this article for more information on Types, Type Containers and Type Members.

35.15.13.1 Quick Types View

Press Ctrl+Shift+T to quickly open a specific type definition for the project associated with the active editor or the current selected project from the Navigator (if no editor is open).

The Quick Types View will pop-up and and present a filterable list of all the types in the project associated with the active editor or the current selected project from the Navigator (if no editor is open).

You can use CamelCase or Simple Regex to locate a specific element.

Select and press Enter or click to jump to its definition.