My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

TOP 5 VS CODE EXTENSION I USE SO MUCH

Ezekiel Lawson's photo
Ezekiel Lawson
·Sep 19, 2020·

2 min read

PRETTIER Prettier makes sure you don’t have to worry about formatting again it is a robust opinionated code formatter that allows you to format your codes in a structured way. You press save and the code is formatted. it saves time and the energy

BRACKETS COLORIZER Brackets are the bane of a developer’s existence with tons of nested code, it gets almost impossible to know which brackets match up with each other bracket pair colorizer colors matching brackets to make your code much more readable.

LIVE SERVER When writing code we often go back and forth between our IDE and the browser, to examine the result of our latest code updates with the help of a live server, your browser refreshes when it needs to.

GIT LENS The most powerful git management extension I love so much it lets you check git history, line, and file history, searching, create or move between any branches and many other tools for handling git.

JAVASCRIPT ES6 CODE SNIPPETS The last but not the least Es6 code snippets is a handy little library extension that provides some very useful snippets of javascript codes for the idle developer, it simply binds standard javascript calls into simple hotkeys. it can increase a lot of your current productivity.

Thanks for spending your time to read this! those are my best extensions