WebStorm 2017.1 Help

Extract Variable Dialog

Refactor | Extract Variable
Ctrl+Alt+V

Use this dialog box to extract:

  • Variables in or JavaScript contexts.
  • Local variables for JavaScript 1.7 and higher.
  • JavaScript constants.
ItemDescriptionLanguage
NameSpecify the name for the new variable.All
Var kindChoose to extract a (global) variable, a constant, or a local variable:
  • extract var - select this option to extract a global variable.
  • extract constant - select this option to extract a constant.
  • extract local variable - select this option to extract a local variable.

    The extract local variable option is available only for JavaScript 1.7 or a later version.

JavaScript

See Also

Last modified: 17 July 2017