WebStorm 2017.3 Help

Inline Dialogs

Refactor | Inline
<context menu of a selection>| Refactor | Inline
Ctrl+Alt+N


Inline Variable dialog

The Inline Variable refactoring allows you to replace a redundant variable with its value. See Inline refactorings in JavaScript and Inline refactorings in TypeScript.

To access the Inline Variable dialog box through a menu item or the keyboard shortcut, position the cursor at the variable to be inlined. The dialog box does not contain any controls but just displays the following message:

Inline variable <variable name>? (<the number of variable occurrences>)
Last modified: 26 March 2018

See Also