DEV Community

Nabin
Nabin

Posted on

7 vs code extension for web developers

Here are the list of 7 vs code extension that will be very useful for your development

1. ES7+ React/Redux/React-Native snippets

If you are a react developer than it is the most needed extension

Image description

2 . FontSize Shortcuts

This is also one of the most useful extension for zooming your code when you hit

Ctrl +

the whole code gets zoom so this extension solves that pain.

Image description

3. Console Ninja

if you are struggling with debugging your code code of in browser console then this extension is great for you and helps in catching the errors inside vs code no need to depend that much in browser for console option.

Image description

4 . Error Lens

when working with the project we often get error we can't decide what the actual error or data type what it is demanding ,so this extension solves the error and show error message which helps to solves the error quickly.
Image description

5 . JavaScript and TypeScript Nightly
This is the most required extension for boosting your typescript skills and it provides the typescript IntelliSense.
Image description

6. Prettier - Code formatter

Obviously i can't stop taking about , i think every people have this extension if not then i helps to format your code which makes clean.
Image description

7 . TODO Highlight

As a developer you might have different tasks to work on some times you might forget what you need to do so this extension helps you to make the Todo
suppose you need add features you could do using TODO: // working on progress api integration so this type of features are provided by this extension
Image description

Any others things that i missed ? let make know

Top comments (0)