Extract Type Alias

Learn how to extract a type alias in your TypeScript code.

Did you know that you can extract a type alias in your TypeScript code using a familiar shortcut for the Extract variable refactoring: ⌥⌘V (macOS) / Ctrl+Alt+V (Windows/Linux).


Related Resources

Add console.log Faster
Use Postfix Completion to quickly add console.log.
Create New Type Alias
Use a code refactoring to swiftly create a new type alias.
Complete Current Statement
Add curly braces and move the cursor with a single keystroke.