Top 10 Best VS Code Extensions for Frontend Developers (2020)

Visual Studio Code had 2.6 millions monthly active users in 2017 (the last official number I could find — it’s certainly more by now) and is arguably the best code editor out there at the moment. One of the best features is the Market Place offering tons of extensions to customize it exactly to your needs and helping you in writing high quality code. In this article I will recommend 10 VS Code extensions for frontend engineers working with HTML, CSS, JavaScript and frameworks like VueJS or ReactJS.

JavaScript Code Snippets

This is image title

This extension was created by Charalampos Karypidis and has been downloaded 4.5 million times. It provides Code Snippets for writing JavaScript, Typescript, React, Vue, HHTML, …and it supports ES6 syntax.

NPM

NPM

Every developer knows NPM — the Node Package Manager. This extension helps you manage your Package.json, provides warnings if dependencies are not installed yet, and helps with version control.

Prettier

Prettier

Prettier from Esben Petersen is a pretty neat extension that has been downloaded close to 14 million times. It helps you formatting your code and provides color keywords for more readable code.

CSS Peek

CSS Peek

CSS Peak helps you when working markup language class strings and IDs by identifying and enumerating the different styles that are already applied. This comes handy because you no longer have to jump between HTML and CSS files.

Vetur

Vetur

Vetur is the official VueJS Extension and has been downloaded more than 20 million times. It provides error checking capabilities, auto-completion features and provides Vue snippets. This is really cool if you are a Vue developer like me!

ESLint

ESLint

ESLint — what can I say. Many people love linting, many do not. But the value linting provides for clean code is hardly arguable and this extension with 24 million downloads is the best tool for it if you develop with JavaScript.

Live Sass Compiler

Live Sass Compiler

The Live Sass Compiler extension is a small but powerful tool that can compile your SASS/SCSS files to CSS files in real time and provide a live preview of the compiled styles in your browser.

Debugger for Chrome

Debugger for Chrome

Chrome for many developers is the number one browser when it comes to developing, testing and debugging their code. With this official extension for VS Code you can do so directly from Visual Studio Code — how cool is that?!

Live Server

Live Server

Live Server by Ritwick Dey, who also created Live Sass Compiler, creates a local development server right in Visual Studio Code to serve your static and dynamic sites. Using the go-live button in your editor you can serve your code right away and the extension also supports live reloading — neat!

Beautify

Beautify

Last but not least in this collection comes Beautify, another great extension for code formatting much like Prettier. Almost 12 million downloads speak for themselves and you can format code written in JavaScript, JSON, CSS, Sass and HTML.

Conclusion

This collection is far from complete and the extensions are not necessarily the best but I hope it provides you with some good tools to help you write high quality code and become a better web developer. Let me know in the comments if you find something useful or have other suggestions of extensions you think are first class.

#VS Code #programming #Frontend

Top 10 Best VS Code Extensions for Frontend Developers (2020)
1 Likes35.40 GEEK