Go to Definition and Go to Implementation (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Search Menu

Note: These features come through Visual Assist.

Go to Definition

Search > Go to Definition

The Go to Definition feature allows you to go where the method is defined.

To use this feature, follow these steps:

  1. Set the cursor in the method implementation.
  2. Click the Search option of the main menu.
  3. Select Go to Definition.
Note: You can also access this feature in the Editor context menu by right-clicking the item to find and selecting Find > Go to Definition.

Go to Implementation

Search > Go to Implementation

The Go to Implementation feature shows where the method is implemented, and allows you to navigate to the desired implementation if there are multiple candidate locations to navigate to.

VA GotoImplementation.png

To use this feature, follow these steps:

  1. Set the cursor in the method definition.
  2. Click the Search option of the main menu.
  3. Select Go to Implementation.
Note: You can also access this feature in the Editor context menu by right-clicking the item to find and selecting Find > Go to Implementation.
Attention: You can use the Ctrl+Shift+Up/Down shortcut to go to interface and go to implementation.

See Also