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)
Bracket Pair Colorizer is now built into VS Code, no longer needed.
The Jellyfish theme is very nice :)