Please note: When installing extension packs, you should look at each extension
for:
To learn the purpose
How to use
Any special settings or configurations you can do.
Description
I go through all 10 of the extensions in this (stale) video
These are safe extensions that won't take away from learning things the hard
way. My justification for not making a student's life too easy is so that we can
still pass a technical interview where one may not have access to their VS Code
setup and should be able to still code.
Besides extensions for the front end, the rest of the extensions should be
language agnostic.
Am I missing any excellent extensions? Should an extension be removed? Feel free
to open an issue on the GitHub repo.
This will make brackets be colorized so that you can easily visually find
the matching closing bracket for every open bracket or find ones that are
missing their closing bracket
Brackets are - [], (), {}
By default, it cycles through three colors, and you can add more
When you work on a simple website, this will cause the browser to
auto-refresh every time you save your work. This way you can see your
latest changes quicker