My Favorite Visual Studio Code Plugins
I started using Textmate in 2004 because it was Rails friendly. Lately I've been using Visual Studio Code because it's Typescript and Angular friendly. Below are a few of my favorite 3rd party add-ons.
Themes
You can find themes within the VS Code Marketplace
- One Dark Pro is easy on the eyes.
Plugins
- VS Code Icons is great because icons just make things look prettier.
- Auto Close Tag automatically adds HTML/XML close tag. It's great for HTML development.
- Wallaby is an intelligent and super fast test runner for JavaScript/TypeScript/CoffeeScript.
Snippets
HTML Tag Wrap is especially great if you need to wrap text with <p>
or <h2>
tags.