插件
Emmet(内置)
| 12
 3
 4
 5
 6
 7
 8
 9
 
 | > 子节点+ 兄弟节点
 * 乘法
 # ID
 . 类名
 {
 "key": "alt+w r",
 "command": "editor.emmet.action.wrapWithAbbreviation"
 }
 
 | 
Auto Rename Tag
background
Bookmarks
| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 
 | {"key": "alt+b",
 "command": "bookmarks.toggle",
 "when": "editorTextFocus"
 },
 {
 "key": "alt+k",
 "command": "bookmarks.jumpToPrevious",
 "when": "editorTextFocus"
 },
 {
 "key": "alt+j",
 "command": "bookmarks.jumpToNext",
 "when": "editorTextFocus"
 }
 
 | 
C/C++
Code Spell Checker
Import Cost
Markdown All in One
| 12
 3
 
 | Alt + C  Check task listAlt + S  StrikeThrough
 Alt + shift + f  Table formatter
 
 | 
Paste Image
Path Intellisense
| 12
 3
 4
 
 | {"key": ".",
 "command": ""
 }
 
 | 
Prettier
Python
Trailing Spaces
| 12
 3
 4
 5
 
 | {"key": "alt+t",
 "command": "trailing-spaces.deleteTrailingSpaces",
 "when": "editorTextFocus"
 }
 
 | 
vscode-icons
未装插件
LeetCode
vim
Better C++ Syntax
Auto Close Tag
Color Highlight
open in browser
Stylelint
JavaScript (ES6) code snippets
Volar
Code Runner
| 12
 3
 
 | Ctrl+Alt+N  runCtrl+Alt+M  stop
 Ctrl+Alt+J  select
 
 | 
配置
export settings as a profile
import settings from a profile
open settings
Refer
极客教程 VSCode
VSCode 官方教程
跟我一起在 Visual Studio Code 添加自定义 snippet(代码段),附详细配置
snippet-generator
vscode 代码片段如何输出$符号
语言标识符
VS Code 代码编辑器入门指南:核心组件与概念
VS Code 代码编辑器入门指南下篇:场景化应用介绍
Visual Studio Code 菜鸟教程:从入门到精通
Visual Studio Code 使用指南(vscode 技巧)
史上最全 vscode 配置使用教程
vscode 手动备份配置文件
Code Runner: 代码一键运行,支持超过 40 种语言
VS Code 必备前端插件,你值得拥有!
vscode 显示 120 字符或者 80 字符提示线或者显示垂直标尺
vscode基础使用教程(基于macOS)