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

35.15.9 Macros View

The Macros View presents all the preprocessing macros in the project (including define as and define as computed).

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

Double click on a macro to jump to its definition.

Right click on a macro to view its Layers and Usages.

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

Preprocessing define
Preprocessing undefine
Preprocessing ifdef, ifndef
Define As Macro
Define As Computed Macro
Define As Macro Match
Define As Computed Macro Match

35.15.9.1 Quick Macros View

Press Ctrl+Shit+D to quickly jump to a specific macro definition.

The Quick Macros View will pop-up and and present a filterable list of all the preprocessing macros 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 a macro and press Enter or click to jump to its definition.