Place the mouse cursor over an identifier in the editor while holding down the
Ctrl key. The identifier becomes a
hyperlink, and a list of navigation options is displayed.
The first option is
Open Declaration. This is the default action when you click directly on the identifier.
Hyperlinks are available for all classes, modules, methods, fields, signals, macros, etc. in the source code files that DVT analyzes in your project.
When the identifier under the cursor is a
macro that expands to a single identifier, you can also see all the hyperlinks available for the
macro replacement.
For example you can open the declaration or show the usages of a macro replacement, which is a class, as seen below: |