Ctrl+P Quick Open, Go to File… 通过搜索窗口快速打开文件; Ctrl+Shift+N New window/instance 打开一个新窗口或实例; Ctrl+Shift+W Close window/instance 关闭新窗口或实例; Ctrl+, User Settings 注意这里是ctrl加逗号,进入用户设置; Ctrl+K Ctrl+S Keyboard Shortcuts 这里是按crtl后,再按k,然后按s就...
vs code 快捷键(mac os) General ⇧⌘P, F1 (^)Show Command Palette ⌘PQuick Open, Go to File... ⇧⌘N (^)New window/instance ⌘W (^)Close window/instance ⌘, (^)User Settings ⌘K ⌘S (^)Keyboard Shortcuts
VS Code 快捷键(中英文对照版) VS Code 快捷键(中英文对照版) VS Code 快捷键(中英文对照版) VS Code 快捷键(中英文对照版) VS Code 快捷键(中英文对照版) VS Code 快捷键(中英文对照版) VS Code 快捷键(中英文对照版) 常用 General
Ctrl+K R在资源管理器中显示当前文件 Reveal active file in Explorer 会打开资源管理器 Ctrl+K O在新窗口/实例中显示当前文件 Show active file in new window/instance O是Open,新打开一个Code 显示Display F11 1 Shift+Alt+0切换编辑器布局 Toggle editor layout 横竖布局互换 Shift+Alt+1把编辑器中文件放到...
转到文件末尾 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 O显示新窗口/实例中的活动文件 Show active file in new window/instance 显示Display 按Press功能 Function F11切换全屏 Toggle full screen Shift+Alt+1切换编辑器布局 Toggle editor layout Ctrl+ = / -放大/缩小 Zoom in/out Ctrl+B切换侧栏可见性 Toggle Sidebar visibility ...
cmdidZoomIn cmdidZoomOut cmdidZoomPercent ECMD_SHOWALLFILES IDM_DEBUGGER_CONTEXT_MENUS IDM_VS_CTXT_CODEWIN msotcidAlignWellMenu msotcidArrangeWellMenu msotcidBookmarkWellMenu msotcidCenterWellMenu msotcidCommandBars msotcidDebugMenuVB msotcidDebugPopWellMenu msotcidDebugW...
VS Code常用快捷键总结 本文主要是VS Code常用快捷键总结: 1主命令框 F1或Ctrl+Shift+P(命令版) :打开命令面板。在打开的输入框内,可以输入任何命令,见下图: 按一下Backspace会进入到Ctrl+P模式 (Ctrl+P快速打开) 在Ctrl+P下输入 > 可以进入Ctrl+Shift+P模式...
vs code 快捷键中英文对照 常用General 基础编辑 Basic editing 导航Navigation 搜索和替换 Search and replace 多光标和选择 Multi-cursor and selection 丰富的语言编辑 Rich languages editing 编辑器管理 Editor management 文件管理 File management 显示Display...
Typically I'll double-click a word or small phrase and Ctrl-H to replace it to something else (this sequence prepopulates the replacer). This is common if for example the old and new are code that has a variable name change that is causi...