Top 10 Vs Code Extensions - Every Developer Must Know

TOP 10 VS CODE Extensions - Every Developer must know

Top 10 Vs Code Extensions - Every Developer Must Know
Top 10 Vs Code Extensions - Every Developer Must Know

Top 10 Vs Code Extensions - Every Developer Must Know

1. LIVE SHARE

Live Share provides you with the ability to co-edit, co-debug, have an audio call, chat with your peers, share terminals, servers, look at comments and so much more. You don't need to change how you work to work with others. 

2. PRETTIER

Prettier is an opinionated code formatter that works particularly well if you have multiple people working on a single project, because the extension enforces a consistent style.

3. ES1 SNIPPETS

If you have ever used the ES7 React, Redux, GraphQL, React-Native snippets VSCode Extension, you've probably become so used to using the shorthand prefixes to speed up your development process. 

4. POLACODA

Polacode allows you to quickly create awesome screenshots of your code for sharing with others. What makes this unique is it keeps your existing theme and fonts and puts it in a nice layout. 

5. LIVE SERVER

Live Server launches a local development server with a live reload feature both for static and dynamic pages. 
Every time you save your code, you'll instantly see the changes reflected in the browser. You'll be much faster at spotting errors and its much easier to do some quick experiments with your code.