
Inline keyboard shortcuts
Type | Mac Shortcut | Windows/Linux Shortcut |
---|---|---|
direct | CTRL + CMD + I | CTRL + ALT + I |
4 Code Assists
- Inline into template
Inline a string or a basic template literal into an outer template literal.
- Inline variable
Inline a variable value into its references.
- Inline variable occurrence
Inline the value of a variable into one of its occurrences.
- Push variable declaration into initial value
Inlines a variable that is initialized with another variable into the declaration of that variable.