
Extract keyboard shortcuts
Type | Mac Shortcut | Windows/Linux Shortcut |
---|---|---|
direct | CTRL + CMD + X | CTRL + ALT + X |
4 Code Assists
- Extract React function component
Extract JSX element or fragment into a React Function Component.
- Extract selected text into variable
Extract the selected text (including expressions from template literals) into a
const
variable. - Extract variable
Extract one or more occurrences of an expression into a
const
variable. - Extract destructured expression into separate variable declaration
Move a destructured expression inside a variable declaration into a separate variable declaration.