VSCode + TypeScript setup Set TS version for VSCode intellisence VS Code command palette: > TypeScript: Select TypeScript version
Format TypeScript Document
This will format the entire document.
Shift + Alt + F
Shift + Option + F
Format Selection
Ctrl + K Ctrl + F
Cmd + K Cmd + F
Duplicate code line
Alt + Shift + Down Arrow
orAlt + Shift + Up Arrow