DEV Community

Cover image for Top 5 VS code extensions for beginners 🚀
Shubham Jadhav
Shubham Jadhav

Posted on

7 2

Top 5 VS code extensions for beginners 🚀

Hello Guys, Today in this article I am writing about Top 5 VS code extensions for beginners.
So, let's start....

1.Prettier :-
Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.

Installation
Prettier - Code formatter

2.Bracket Pair Colorizer :-
This extension allows matching brackets to be identified with colours. The user can define which characters to match, and which colours to use.

Installation
ext install CoenraadS.bracket-pair-colorizer

3.Jellyfish Theme :-
Jellyfish is a dark theme and free Vs code theme, it make you editor neat and colorful. It is downloaded by 30,611 developers.

Installation
ext install PawelBorkar.jellyfish

4.Live Server :-
Live server gives you launch a development local Server with live reload feature for static & dynamic pages.

Installation
ext install ritwickdey.LiveServer

5.Live Share :-
Live Share enables you to quickly collaborate with a friend, classmate, or professor on the same code without the need to sync code or to configure the same development tools, settings, or environment.

Installation
ext install MS-vsliveshare.vsliveshare-pack

Thanks for reading....

Top comments (1)

Collapse
 
elefint profile image
elefint • • Edited

Bracket Pair Colorizer is now built into VS Code, no longer needed.

The Jellyfish theme is very nice :)

Eliminate Context Switching and Maximize Productivity

Pieces.app

Pieces Copilot is your personalized workflow assistant, working alongside your favorite apps. Ask questions about entire repositories, generate contextualized code, save and reuse useful snippets, and streamline your development process.

Learn more