10 Useful Extensions on VS Code

Must-Have

Sowmiya P
1 min readMay 12, 2021
  1. Material Theme and Icons

This is used to change the theme or icon appearance of our editor. They are many themes like light, dark, blue, etc. This makes us feel comfortable for visibility.

2. Prettier

We used to type mores lines of code and feel messy around. But this makes our space prettier with color brackets to spot out

3. Bracket Colorizer 2

These are colorizing matching brackets. Easy to find where the code starts and end with the matching color brackets.

4. Live Server

You can launch your website live and make changes as soon as you reload.

5. Auto Rename Tag

This helps while renaming our HTML tags on one end, the other end will be auto renamed.

6. indent-rainbow

Typing too many lines of code makes it messy. This extension offers you an indentation on each line to look great

7. Polacode-2020

If we wanna share your code as posts or snippets, you can click a screenshot with this extension

8. JavaScript (ES6) code snippets

Useful for typing javascript on ES6 form

9. Quokka.js

having your output right after each line you type. Also makes space for practicing JavaScript

10. ES7 React/Redux/GraphQL/React-Native snippets

Shorthands forms for React

--

--