Visual Studio Code Keyboard shortcuts for macOS(中英文对照版)
Mac 键盘符号说明
⌘
== Command
⇧
== Shift
⌥
== Option
⌃
== Control
↑
== 上箭头
↓
== 下箭头
←
== 左箭头
→
== 右箭头
常用 General
Press | Function |
---|---|
⇧ +⌘ +P ,F1
|
显示命令面板 Show Command Palette |
⌘ +P
|
快速打开 Quick Open,Go to Files,,, |
⇧ +⌘ +N
|
新建窗口/实例 New window/instance |
⌘ +W
|
关闭窗口/实例 Close window/instance |
⌘ +,
|
设置 User Settings |
⌘ +K ⌘ +S
|
键盘快捷方式 Keyboard Shortcuts |
基本编辑 Basic editing
Press | Function |
---|---|
⌘ +X
|
剪切行(空选定)Cut line(empty selsction) |
⌘ +C
|
复制行(空选定)Copy line (empty selection) |
⌥ +↓ /⌥ +↑
|
向上/向下移动行 Move line up/down |
⇧ +⌥ +↓ /⇧ +⌥ +↑
|
向上/向下复制行 Copy line up/down |
⇧ +⌘ +K
|
删除行 Delete line |
⌘ +Enter /⇧ +⌘ +Enter
|
在下面插入行 Insert line below/above |
⇧ +⌘ +\
|
跳到匹配的括号 Jump to matching bracket |
⌘ +] / ⌘ +[
|
向左/向右 缩进当前行 Indent/outdent line |
Home /End
|
跳到当前行的头部,尾部 Go to beginning/end of line |
⌘ +↑ / ⌘ +↓
|
跳到当前行的开始,结束 Go to beginning/end of file |
⌃ +PgUp /PgDn
|
滚动到行头/行尾 Scroll line up/down |
⌘ +PgUp /⌘ +PgDn
|
滚动到页头/页尾 Scroll page up/down |
⇧ +⌘ +[ / ⇧ +⌘ +]
|
折叠/展开区域 Fold/unfold region |
⌘ +K ⌘ +[ /⌘ +K ⌘ +]
|
折叠/展开所有子区域 Fold/unfold all subregions |
⌘ +K ⌘ +0 /⌘ +K ⌘ +J
|
折叠/展开所有区域 Fold/unfold all regions |
⌘ +K ⌘ +C
|
添加行注释 Add line comment |
⌘ +K ⌘ +U
|
删除行注释 Remove line comment |
⌘ +/
|
切换行注释 Toggle line comment |
⇧ +⌥ +A
|
切换块注释 Toggle block comment |
⌥ +Z
|
切换文字换行 Toggle word wrap |
多光标和选择 Multi-cursor and selection
Press | Function |
---|---|
⌥ +Click
|
插入光标 Insert cursor |
⌥ +⌘ +↑
|
在上面插入光标 Insert cursor above |
⌥ +⌘ +↓
|
在下面插入光标 Insert cursor below |
⌘ +U
|
撤消上一个光标操作 Undo last cursor operation |
⇧ +⌥ +I
|
在所选每行的末尾插入光标 Insert cursor at End of each line selected |
⌘ +I
|
选择当前行 Select current line |
⇧ +⌘ +L
|
选择当前选择的所有事件 Select all occurrences of current selection |
⌘ +F2
|
选择当前单词的所有出现 Select all occurrences of current word |
⌃ +⇧ +⌘ +→ /←
|
展开/收缩选择 Expand/shrink selection |
⇧ +⌥ +drag mouse
|
列(框)选择 Column (box) selection |
⇧ +⌥ +⌘ +↑ /↓
|
向上/下列(框)选择 Column (box) selection up/down |
⇧ +⌥ +⌘ +← /→
|
向左/右列(框)选择 Column (box) selection left/right |
⇧ +⌥ +⌘ +PgUp
|
列(框)选择 向上一页 Column (box) selection page up |
⇧ +⌥ +⌘ +PgDn
|
列(框)选择 向下一页 Column (box) selection page down |
搜索和替换 Search and replace
Press | Function |
---|---|
⌘ +F
|
查找 Find |
⌥ +⌘ +F
|
替换 Replace |
⌘ +G /⇧ +⌘ +G
|
查找下一个/上一个 Find next/previous |
⌥ +Enter
|
选择查找匹配的所有匹配项 Select all occurences of Find match |
⌘ +D
|
将选择添加到下一个查找匹配 Add selection to next Find match |
⌘ +K ⌘ +D
|
将最后一个选择移至下一个查找匹配项 Move last selection to next Find match |
丰富的语言编辑 Rich languages editing
Press | Function |
---|---|
⌃ +Space
|
触发建议 Trigger suggestion |
⇧ +⌘ +Space
|
触发参数提示 Trigger parameter hints |
⇧ +⌥ +F
|
格式化文档 Format document |
⌘ +K ⌘ +F
|
格式选择 Format selection |
F12 |
转到定义 Go to Definition |
⌥ +F12
|
Peek定义 Peek Definition |
⌘ +K F12
|
打开定义到一边 Open Definition to the side |
⌘ +.
|
快速修复 Quick Fix |
⇧ +F12
|
显示引用 Show References |
F2 |
重命名符号 Rename Symbol |
⌘ +K ⌘ +X
|
修剪尾随空格 Trim trailing white Space |
⌘ +K M
|
更改文件语言 Change file language |
导航 Navigation
Press | Function |
---|---|
⌘ +T
|
显示所有符号 Show all Symbols |
⌃ +G
|
转到行... Go to Line... |
⌘ +P
|
转到文件... Go to File... |
⇧ +⌘ +O
|
转到符号... Go to Symbol... |
⇧ +⌘ +M
|
显示问题面板 Show Problems panel |
F8 /⇧ +F8
|
转到下一个/上一个错误或警告 Go to next/previous error or warning |
⌃ +⇧ +Tab
|
浏览编辑器组历史记录 Navigate editor group history |
⌃ +- /⌃ +⇧ +-
|
后退/前进 Go back/forward |
⌃ +⇧ +M
|
切换选项卡移动焦点 Toggle Tab moves focus |
编辑器管理 Editor management
Press | Function |
---|---|
⌘ +W
|
关闭编辑窗口 Close editor |
⌘ +K F
|
关闭文件 Close folder |
⌘ +\
|
拆分编辑窗口 Split editor |
⌘ +1 / ⌘ +2 / ⌘ +3
|
聚焦到第1,第2,第3编辑器组中 Focus into 1st, 2nd or 3rd editor group |
⌘ +K ⌘ +← / ⌘ +K ⌘ +→
|
聚焦到上一个/下一个编辑器组 Focus into previous/next editor group |
⌘ +K ⇧ +⌘ +← / ⌘ +K ⇧ +⌘ +→
|
向左/向右移动编辑器 Move editor left/right |
⌘ +K ← / ⌘ +K →
|
移动活动编辑器组 Move active editor group |
文件管理 File management
Press | Function |
---|---|
⌘ +N
|
新建文件 New File |
⌘ +O
|
打开文件... Open File... |
⌘ +S
|
保存 Save |
⇧ +⌘ +S
|
保存为... Save As... |
⌥ +⌘ +S
|
保存所有 Save All |
⌘ +W
|
关闭 Close |
⌘ +K ⌘ +W
|
关闭所有 Close All |
⇧ +⌘ +T
|
重新打开已关闭的编辑器 Reopen closed editor |
⌘ +K
|
输入保持打开 Enter Keep Open |
⌃ +Tab / ⌃ +⇧
|
选项卡打开下一个/上一个 Open next/previous |
⌘ +K P
|
复制活动文件的路径 Copy path of active file |
⌘ +K R
|
在资源管理器中显示活动文件 Reveal active file in Explorer |
⌘ +K O
|
在新窗口/实例中显示活动文件 Show active file in new window/instance |
显示 Display
Press | Function |
---|---|
⌃ +⌘ +F
|
切换全屏 Toggle full screen |
⌥ +⌘ +1
|
切换编辑器布局 Toggle editor layout |
⌘ += / ⇧ +⌘ +-
|
放大/缩小 Zoom in/out |
⌘ +B
|
切换侧栏可见性 Toggle Sidebar visibility |
⇧ +⌘ +E
|
显示资源管理器/切换焦点 Show Explorer/Toggle focus |
⇧ +⌘ +F
|
显示搜索 Show Search |
⌃ +⇧ +G
|
显示Git Show Git |
⇧ +⌘ +D
|
显示调试 Show Debug |
⇧ +⌘ +X
|
显示扩展名 Show Extensions |
⇧ +⌘ +H
|
在文件中替换 Replace in files |
⇧ +⌘ +J
|
切换搜索详细信息 Toggle Search details |
⇧ +⌘ +C
|
打开新命令提示符/终端 Open new command prompt/terminal |
⇧ +⌘ +U
|
显示输出面板 Show Output panel |
⇧ +⌘ +V
|
切换Markdown预览 Toggle Markdown preview |
⌘ +K V
|
打开Markdown预览到一边 Open Markdown preview to the side |
调试 Debug
Press | Function |
---|---|
F9 |
切换断点 Toggle breakpoint |
F5 |
开始/继续 Start/Continue |
F11 / ⇧ +F11
|
下一步/上一步 Step into/out |
F10 |
跳过 Step over |
⇧ +F5
|
暂停 Stop |
⌘ +K ⌘ +I
|
显示悬停 Show hover |
集成终端
Press | Function |
---|---|
⌃ +` |
显示集成终端 Show integrated terminal |
⌃ +⇧ +` |
创建新终端 Create new terminal |
⌘ +C
|
复制选项 Copy selection |
⌘ +↑ /↓
|
向上/下滑动 Scroll up/down |
PgUp /PgDn
|
向上/向下滚动页面 Scroll page up/down |
⌘ +Home /End
|
滚动到顶部/尾部 Scroll to top/bottom |
网友评论