An open API service indexing awesome lists of open source software.

https://github.com/codestackr/superhero-extensions


https://github.com/codestackr/superhero-extensions

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# SuperHero Extensions Pack

[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/codeSTACKr.superhero-extensions?color=ff652f&style=for-the-badge)](https://marketplace.visualstudio.com/items?itemName=codeSTACKr.superhero-extensions)
[![Visual Studio Marketplace Rating](https://img.shields.io/visual-studio-marketplace/r/codeSTACKr.superhero-extensions?color=ff652f&style=for-the-badge)](https://marketplace.visualstudio.com/items?itemName=codeSTACKr.superhero-extensions&ssr=false#review-details)
[![Become A VS Code SuperHero](https://img.shields.io/badge/-Become%20A%20VS%20Code%20SuperHero%20%E2%86%92-gray.svg?colorB=ff652f&style=for-the-badge)](http://vsCodeHero.com)

Thanks for checking out my VS Code SuperHero extension pack.

This extension pack is part of my [VS Code SuperHero course β†’](http://vsCodeHero.com)

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! β†’](https://marketplace.visualstudio.com/items?itemName=codeSTACKr.superhero-extensions&ssr=false#review-details) πŸ˜ƒ

## Included Extensions

### codeSTACKr Theme

codeSTACKr Theme Demo

A special theme for SuperHeros. πŸ˜ƒ

## vscode-icons

vscode-icons

### Auto Rename Tag

Auto Rename Tag

This one automatically renames the corresponding tag that you modify. This is just a helpful time-saver.

### Prettier

Prettier

This extension keeps your code formatted and uniform throughout.

### Code Spell Checker

Code Spell Checker

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.

### Multiple cursor case preserve

Multiple cursor case preserve

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.

### Live Server

Live Server

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.

### Better Comments

Better Comments

This extension helps to make your comments stand out.

### HTML CSS Support

HTML CSS Support

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.

### Color Highlight

Color Highlight

Always know what color you are working with using this extension. Colors will be
highlighted using its color.

### GitLens

GitLens

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.

### :emojisense:

Emoji

This extension allows you to quickly insert emoji into your code using a standard `:` syntax. Example: `:smile_cat:` --> 😸

### ES7 React/Redux/GraphQL/React-Native snippets

React Snippets Extension

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.

### Template String Converter

Template String Converter

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

Thunder Client

Thunder Client is a lightweight Rest API Client Extension for Visual Studio Code with
simple and clean design.

## Issues & Suggestions

For any issues or suggestions, please use [GitHub issues](https://github.com/codestackr/superhero-extensions/issues).

## How to make your own extension pack

Want to learn how to make your own extension pack?? Check out this video:

[![How to make a VS Code extension pack](https://img.youtube.com/vi/DvNXEBxO3YQ/0.jpg)](https://www.youtube.com/watch?v=DvNXEBxO3YQ)