Rename Symbol (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Refactor Menu

Refactor > Rename

Note: This feature requires the project to use a Clang-enhanced compiler.

Use this dialog box to specify a new name for the selected symbol before refactoring your code.

Item Description

Old name

Displays the current symbol name.

New name

Specifies the new name for the symbol.

View references before refactoring

Displays the Apply patch pane, enabling you to preview the proposed changes and selectively rename the symbol. If this option is unchecked, the rename refactoring is performed immediately.

Tip: The Refactor > Rename command is also available from the Code Editor context menu.

See Also