Skip to Content
CodingUseful ToolsVSCode Extensions

VSCode Extensions

EditorConfig

EditorConfig.EditorConfig

Must-have to set default tab sizes, line endings for file formats.

Dracula theme

dracula-theme.theme-dracula

Very basic of me.

Angular Language Service

Angular.ng-template

Change case

wmaurer.change-case

Quickly change case between camel, snake, pascal, etc. Supports multiple cursors.

Spell check

streetsidesoftware.code-spell-checker

Saves a lot of headaches.

Format the UI to use a monospace font

subframe7536.custom-ui-style

In user settings JSON:

"custom-ui-style.font.sansSerif": "JetBrains Mono",

Error Lens

usernamehw.errorlens

Full-line highlight errors.

ESLint

dbaeumer.vscode-eslint

Prettier

esbenp.prettier-vscode

Pretty TypeScript Errors

YoavBls.pretty-ts-errors

Make TypeScript errors readable.

TypeScript Twoslash queries // ^?

Orta.vscode-twoslash-queries

Show the type of something using a comment. Useful from time to time.

Rainbow CSV

mechatroner.rainbow-csv

Must-have for CSV files.