Updated 04/03/2025
Shortcuts
1 | Ctrl+P Quick Open, Go to File… |
Extensions
-
- opinionated code formatter
-
- Displays the line ending symbol and optionally extra whitespace when ‘Render whitespace’ is turned on.
- If whitespace rendering is turned on, you will see the symbol for either LF (↓), CRLF (↵), or CR (←).
-
- Should then use
.editorconfig
- Should then use
Older ones I dont use anymore
- TSLint
- Adds tslint to VS Code using the TypeScript TSLint language service plugin.
- Jest
- Test player & debugger
- VS Live Share
- VS Live Share Audio
- Bracket Pair Colorizer 2
Settings
File -> Preferences -> Settings -> Under user settings click the ellipses … in the top right -> Select ‘Open settings.json’
1 | Show white space “editor.renderWhitespace”: “all” |
Configure default formatter after installing prettier -> Ctlf+Shift+P
-> Format Document
-> warns there are multiple formatters -> configure -> choose prettier