## 现在用的 vscode 插件
#### Auto Rename Tag
Automatically rename paired HTML/XML tag, same as Visual Studio IDE does.
#### Bookmarks
Mark lines and jump to them
#### Chinese (Simplified) (简体中文) Language Pack for Visual Studio Code
此中文(简体)语言包为 VS Code 提供本地化界面。
#### Code Runner
Run C, C++, Java, JS, PHP, Python, Perl, R
#### Color Highlight
Highlight web colors in your editor
#### CSS Peek
Allow peeking to css ID and class strings a
#### ESLint
Integrates ESLint JavaScript into VS Code.
#### Go
Rich Go language support for Visual Studi
#### Prettier - Code formatter
Code formatter using prettier
#### Vetur
Vue tooling for VS Code
#### Markdownlint
Markdown linting and style checking for Visual Studio Code
"editor.codeActionsOnSave": {
"source.fixAll.markdownlint": true
}
#### Live Sass Compiler
Compile Sass or Scss to CSS at realtime with live browser reload.