Skip to main content

Command: Refactoring – Reorder Variables

Symbol: _cds_icon_refactoring_reorder.png

Function: The command allows for changing the order of variables in the declaration editor for the selected scope: VAR_INPUT, VAR_OUTPUT, or VAR_IN_OUT.

Call: Edit → Refactoring menu; context menu of the scope currently in focus in the declaration editor

Requirement: One of the above scopes is selected in the declaration, and more than one variable is declared in it.

The command opens the Reorder dialog with a list of all declarations of the selected scope. You can drag a selected declaration up or down to another position.

For more information, see: Refactoring