Find Definition (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Code Editor Context Menu

Code Editor | right-click an identifier | Find > Find Definition   Shift+Ctrl+N

Description

This command searches the entire project for definitions of the selected identifier. If the search results include the only definition, the command opens the Code Editor positioned on the source code of the selected identifier declaration. Otherwise, for example, if you selected a virtual method name, the command opens the Find Definition pane that displays all definitions of the selected identifier.

Find Definition.png

In this pane, you can double-click any entry to navigate to the source code where the result appears highlighted.

Availability

This command is available only for 64-bit Windows, iOS, and Android target platforms.

For instructions on how to enable this command, see Find Defintions and References (C++).

See Also