CLion 2016.3 Help

Extract Function

Refactor | Extract Method
Ctrl+Alt+M


Extract Function.
ItemDescription
NameIn this text box, specify the name of the function or method to be generated on the basis of the selected source code.
Declaration place In the drop down list, select a place to declare a new function (above or below).

Note: This option is available for global functions only.

Return type In this field, specify the return type of the new function.
Signature previewIn this read-only field, view the declaration of the new function.

Extract Function Parameters Pane

ItemDescription
Type Specify the type of the added parameter.
NameSpecify the name of the added parameter.
List of parametersContains the full parameters list of created function.

Toolbar

ItemShortcutDescription
/help/img/idea/2016.3/new.png Alt+Insert Click this button to add a new parameter to the list.
/help/img/idea/2016.3/delete.png Alt+Delete Click this button to remove the selected parameter from the list.
/help/img/idea/2016.3/arrowUp.png or /help/img/idea/2016.3/arrowDown.png  Alt+Up or Alt+Down Use these buttons to move the selected parameter up and down in the list.

The order of parameters in the list defines the order in which parameters appear in the function.

See Also

Procedures:

Last modified: 29 March 2017