Extract Method Dialog
Ctrl+Alt+M
In the JavaScript context, the title of the dialog is Extract Function.
| Item | Description |
|---|---|
| Name | In this field, specify the name of the function or method to be generated on the basis of the selected source code. |
| Declare functional expression | Select this checkbox to have the new function defined through a function expression, for example, new_method = function().
The checkbox is only available when refactoring is invoked in the JavaScript context. |
| Parameters | In this area, select parameters to be passed to the new method/function. |
| Move Up/Down | Use these buttons to change the order of the parameters. |
| Signature preview | In this read-only field, view the declaration of the new method. |
Last modified: 08 March 2021