If you're just starting you most likely use Visual Studio Code as your IDE and I want to show you 7 extensions the can increase your productivity.
This extension is a must-have if you work with websites
It will launch a development local server with a live reload feature for static and dynamic pages.
That means that you no longer need to reload every time you make a change
It is an opinionated code formatter
Prettier enforces a consistent style by:
This is an extension that will save you a lot of time when working with HTML.
All you need to do is create the first tag and this will automatically the close tag.
This is another extension that will save you time when working with HTML.
When you'll change the name of one tag, this will automatically change the name of the paired one too.
This extension will save you a lot of headaches when working with a programming language like JavaScript.
It will allow matching brackets to be identified with different colors.