This post is over a year old, some of this information may be out of
date.
Table of Contents
Installed Extensions
Serves as a checklist for me
- Auto Rename Tag
- Bookmarks
- Better Comments Alerts, Queries, TODOs, Highlights
- Bracket Pair Colorizer 2 - colorizes brackets and gives visual cues
- Code Spell Checker
- Color Highlight
- IntelliJ IDEA Key Bindings for Visual Studio Code - Ctrt-Y = Delete Line
- Markdown Extension Pack
- Material Theme
- npm Intellisense
- Path Intellisense
- Prettier Code Formatter
- Tailwind CSS IntelliSense
- Todo Tree
- Vetur
- vscode-pandoc
- WordCounter number of words, number of char, number of lines number of paragraphs and estimated read time
Settings
Settings | Value | Purpose |
---|---|---|
editor.formatOnSave | true | Prettier. On Saving, Format Document |
eslint.packageManager | yarn | Use ESLint |
vetur.format.defaultFormatter.html | prettier | for Vue files |
Extensions of Interest
-
GitLens - KIV
- Settings Sync - need to work on the setup
Uninstalled or Not Working
- Auto Close Tag - will interfere if typing the HTML tags in the markdown
- Markdown All in One - use Markdown Extension Pack