Thanks for checking out my VS Code SuperHero extension pack.
This extension pack is part of my VS Code SuperHero course →
Let me teach you everything there is to know about VS Code and make you a VS Code SuperHero too!
If this extension pack helps you out, give me 🌟🌟🌟🌟🌟 five-star rating! → 😃
A special theme for SuperHeros. 😃
This one automatically renames the corresponding tag that you modify. This is just a helpful time-saver.
This extension keeps your code formatted and uniform throughout.
Who knew you needed a spell checker for your code. (lol)
This extension is a basic spell checker to help you catch common spelling errors.
Have you ever tried to change a single word in all variable names, but had your camelCase broken? This extension preserves selection case in these situations. It recognizes CAPS, Uppercase and lowercase. It works for typing or pasting.
This extension sets up a local web server so that you can see the changes made in real-time without having to reload. It’s a must-have for web development.
This extension helps to make your comments stand out.
Here are a few key features this extension adds:
- Class attribute completion.
- Id attribute completion.
- Scans workspace folder for CSS and SCSS files.
- Supports remote css files.
Always know what color you are working with using this extension. Colors will be highlighted using its color.
GitLens supercharges the Git functionality within VS Code. Easily see who made changes to code, when they made the changes, and why they made them.
This extension allows you to quickly insert emoji into your code using a standard :
syntax. Example: :smile_cat:
--> 😸
If you are writing React code, this is a must-have extension!
This extension will add snippets for all of the common React code that you'll write.
This extension converts a string to a template string when ${ is typed.
Typing a dollar sign then open curly brace within a string converts the quotes to backticks.
Thunder Client is a lightweight Rest API Client Extension for Visual Studio Code with simple and clean design.
For any issues or suggestions, please use GitHub issues.
Want to learn how to make your own extension pack?? Check out this video: