Eight VS Code extensions worth installing today

Most extension lists are inflated. Half of what they recommend either duplicates something the editor already does or slows startup for a feature you use twice a year.

This is the short version: the eight that are still installed on my machine.

Code quality

ESLint

Shows lint errors while you type instead of in the pipeline twenty minutes later.

marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint

Formatting

Prettier

Ends formatting arguments in code review by making them nobody's decision.

marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode

Git history

GitLens

Tells you who wrote a line and why, without leaving the file.

marketplace.visualstudio.com/items?itemName=eamodio.gitlens

Diagnostics

Error Lens

Puts the error message next to the code instead of hiding it in a panel.

marketplace.visualstudio.com/items?itemName=usernamehw.errorlens

Containers

Docker

Manage images, containers and compose files without switching to a terminal.

marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker

HTTP requests

REST Client

Keeps API calls in a plain .http file you can commit next to the code.

marketplace.visualstudio.com/items?itemName=humao.rest-client

Autocomplete

Path Intellisense

Autocompletes file paths and quietly removes a whole class of typos.

marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense

Consistency

EditorConfig

Keeps indentation and line endings identical across editors and teammates.

marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig

If your editor feels slow, the fix is usually removing extensions rather than adding one more.

Need it built, not just chosen?

Web apps, APIs, infrastructure and interfaces. Freelance from Barcelona, working with clients anywhere.

Get in touch


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *