基础编辑

Ctrl+X 剪切行(空选定) Cut line (empty selection)
Ctrl+C 复制行(空选定)Copy line (empty selection)
Ctrl+←/→ 移动一个单词的距离
Ctrl+D 选中一个单词
Ctrl+L 选中一行
Alt+ ↑ / ↓ 向上/向下移动行 Move line up/down
Shift+Alt + ↓ / ↑ 向上/向下复制行 Copy line up/down
Ctrl+Shift+K 删除行 Delete line
Shift+Alt +F 格式化文档
Ctrl+Enter 在下面插入行 Insert line below
Ctrl+Shift+Enter 在上面插入行 Insert line above
Ctrl+Shift+\ 跳到匹配的括号 Jump to matching bracket
Ctrl+] / [ 缩进/缩进行 Indent/outdent line
Home 转到行首 Go to beginning of line
End 转到行尾 Go to end of line
Ctrl+Home 转到文件开头 Go to beginning of file
Ctrl+End 转到文件末尾 Go to end of file
Ctrl+↑ / ↓ 向上/向下滚动行 Scroll line up/down
Alt+PgUp / PgDown 向上/向下滚动页面 Scroll page up/down
Ctrl+Shift+[ 折叠(折叠)区域 Fold (collapse) region
Ctrl+Shift+] 展开(未折叠)区域 Unfold (uncollapse) region
Ctrl+K Ctrl+[ 折叠(未折叠)所有子区域 Fold (collapse) all subregions
Ctrl+K Ctrl+] 展开(未折叠)所有子区域 Unfold (uncollapse) all subregions
Ctrl+K Ctrl+0 折叠(折叠)所有区域 Fold (collapse) all regions
Ctrl+K Ctrl+J 展开(未折叠)所有区域 Unfold (uncollapse) all regions
Ctrl+K Ctrl+C 添加行注释 Add line comment
Ctrl+K Ctrl+U 删除行注释 Remove line comment
Ctrl+/ 切换行注释 Toggle line comment
Shift+Alt+A 切换块注释 Toggle block comment
Alt+Z 切换换行 Toggle word wrap

搜索和替换

Ctrl + F 查找 Find
Ctrl + H 替换 Replace
F3 / Shift + F3 查找下一个/上一个 Find next/previous
Alt + Enter 选择查找匹配的所有出现 Select all occurences of Find match
Ctrl + D 将选择添加到下一个查找匹配 Add selection to next Find match
Ctrl + K Ctrl + D 将最后一个选择移至下一个查找匹配项 Move last selection to next Find match
Alt + C / R / W 切换区分大小写/正则表达式/整个词 Toggle case-sensitive / regex / whole word

调试

F9 切换断点 Toggle breakpoint
F5 开始/继续 Start/Continue
Shift+F5 停止 Stop
F11 / Shift+F11 下一步/上一步 Step into/out
F10 跳过 Step over
Ctrl+K Ctrl+I 显示悬停 Show hover

插件

名称 作用
Auto Close Tag 自动闭合标签
Auto Rename Tag 重命名一个HTML / XML标签时,自动重命名配对的HTML / XML标签
Better Comments 不同颜色标记不同类型的注释
Bracket Pair Colorizer 使用颜色标识匹配的括号
Chinese (Simplified) Language Pack for Visual Studio Code 把整个VSCode的文字转换成中文
Debugger for Chrome 启动Chrome调试器
Debugger for Firefox 火狐调试器
gitlens Git 增强
HTML CSS Support 智能提示CSS类名以及id
indent-rainbow 彩虹色缩进
JavaScript (ES6) code snippets JavaScript代码智能提示
jQuery Code Snippets jQuery代码智能提示
LiveServer 保存HTML时自动刷新浏览器
Path Intellisense 路径自动补全
prettier-vscode 格式化代码
Settings Sync 同步vscode设置到 Git Gist
todo-tree 高亮显示 TODO
vetur 支持vue标签、属性的智能补全
Visual Studio IntelliCode 代码自动补全(AI-based)
vscode-icons 图标集,资源管理器
Vue 3 Snippets Vue代码片段