DEV Community

Cover image for Master VS Code Like a Pro with These Game-Changing Extensions
Abdulsalaam Noibi
Abdulsalaam Noibi

Posted on

Master VS Code Like a Pro with These Game-Changing Extensions

Live Server:

With this extension, we can automatically refresh the browser, to see the results of changes in the code.

Liver server extension

Tabnine:

This AI will help you code faster.
It saves a lot of time and typing with it's auto-complete function.

Tabine extension

Peacock

You can distinguish multiple windows of VS Code with different colors.

Peacock lets you change the color of your VS code even if multiple instances are open.

peacock extension

VSCode Color Picker

This extension helps you to choose color from color Palette 🎨
This gives view of the color shade and generate it's code.

color picker extension

Prettier - Code formatter

Who doesn't like beautiful format of code?
This extension will help you to format any kind of code.

prettier extension

Auto Rename Tag

This extension is used to automatically renames paired HTML/XML tags.
It's really helpful when you are working on bigger projects.

auto rename extension

ES7 React/ Redux/GraphQL/React-N

This extension provides you JavaScript and React/Redux snippets in ES7 with Babel plugin features for VS Code

React snippet extension

Top comments (0)