Auto Rename Tag
- Automatically rename paired HTML/XML tag, same as Visual Studio IDE does.
Auto Close Tag
- Automatically add HTML/XML close tag, same as Visual Studio IDE or Sublime Text does.
Bracket Pair Colorizer
- This extension allows matching brackets to be identified with colours. The user can define which characters to match, and which colours to use.
Format in context menus
- This VSCode extension allows the user to format one or multiple files with right-click context menu.
GitLens
- Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more
Import Cost
- This extension will display inline in the editor the size of the imported package. The extension utilizes webpack with babili-webpack-plugin in order to detect the imported size.
Sass Lint
- Integrates the sass-lint linter into VS Code.
language-stylus
- Adds syntax highlighting and code completion to Stylus files in Visual Studio Code.
npm
- This extension supports running npm scripts defined in the package.json file and validating the installed modules against the dependencies defined in the package.json.
npm Intellisense
- Visual Studio Code plugin that autocompletes npm modules in import statements.