SuperHero Extensions PackThanks 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! → 😃 Included ExtensionscodeSTACKr ThemeA special theme for SuperHeros. 😃 vscode-iconsAuto Rename TagThis one automatically renames the corresponding tag that you modify. This is just a helpful time-saver. PrettierThis extension keeps your code formatted and uniform throughout. Code Spell CheckerWho knew you needed a spell checker for your code. (lol) This extension is a basic spell checker to help you catch common spelling errors. Multiple cursor case preserveHave 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. Live ServerThis 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. Better CommentsThis extension helps to make your comments stand out. HTML CSS SupportHere are a few key features this extension adds:
Color HighlightAlways know what color you are working with using this extension. Colors will be highlighted using its color. GitLensGitLens supercharges the Git functionality within VS Code. Easily see who made changes to code, when they made the changes, and why they made them. :emojisense:This extension allows you to quickly insert emoji into your code using a standard ES7 React/Redux/GraphQL/React-Native snippetsIf 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. Template String ConverterThis 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 ClientThunder Client is a lightweight Rest API Client Extension for Visual Studio Code with simple and clean design. Issues & SuggestionsFor any issues or suggestions, please use GitHub issues. How to make your own extension packWant to learn how to make your own extension pack?? Check out this video: |