WebStorm 2024.1 Help

Extract Variable Dialog

Use this dialog to extract:

  • Variables in JavaScript or JavaScript contexts.

  • Local variables for JavaScript 1.7, JavaScript 1.8.5, ES5, and ES6.

  • JavaScript constants.

Item

Description

Language

Name

Specify the name for the new variable.

All

Variable declaration

Choose 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, JavaScript 1.8.5, ES5, and ES6.

JavaScript

Last modified: 11 February 2024