General 常用
Ctrl+Shift+P, F1 Show Command Palette 显示命令行
Ctrl+P Quick Open, Go to File… 快速打开
Ctrl+Shift+N New window/instance 新建窗口
Ctrl+Shift+W Close window/instance关闭窗口
Ctrl+, User Settings 用户设置
Ctrl+K Ctrl+S Keyboard Shortcuts 快捷键
Basic editing 基本编辑
Ctrl+X Cut line (empty selection) 剪贴
Ctrl+C Copy line (empty selection) 拷贝
Alt+ ↑ / ↓ Move line up/down 上/下移一行
Shift+Alt + ↓ / ↑ Copy line up/down 上/下复制一行 
Ctrl+Shift+K Delete line 删除行
Ctrl+Enter Insert line below 前插入行
Ctrl+Shift+Enter Insert line above 后插入行
Ctrl+Shift+\ Jump to matching bracket 转到匹配框号
Ctrl+] / [ Indent/outdent line  伸缩线
Home / End Go to beginning/end of line 跳转本行 首/末
Ctrl+Home Go to beginning of file 跳转本文件首
Ctrl+End Go to end of file 跳转本文件末
Ctrl+↑ / ↓ Scroll line up/down 上/下滚动
Alt+PgUp / PgDn 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 切换文字换行
Navigation 导航
Ctrl+T Show all Symbols 显示所有符号
Ctrl+G Go to Line... 转到行
Ctrl+P Go to File... 转到文件
Ctrl+Shift+O Go to Symbol... 转到符号
Ctrl+Shift+M Show Problems panel 显示问题面板
F8 Go to next error or warning 跳转下一跳错误或警告
Shift+F8 Go to previous error or warning 跳转上一跳错误或警告
Ctrl+Shift+Tab Navigate editor group history 导航到编辑器组历史
Alt+ ← / → Go back / forward 前进/后退
Ctrl+M Toggle Tab moves focus 切换标签页焦点

Search and replace 查找与替换
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 切换 大小写敏感/正则/全字匹配
Multi-cursor and selection 多指针选择
Alt+Click Insert cursor 插入指针
Ctrl+Alt+ ↑ / ↓ Insert cursor above / below 前/后插入指针
Ctrl+U Undo last cursor operation 取消上次操作
Shift+Alt+I Insert cursor at end of each line selected 最后一行插入
Ctrl+I Select current line 选择当前行
Ctrl+Shift+L Select all occurrences of current selection  全选当前高亮行
Ctrl+F2 Select all occurrences of current word 全选当前高亮文字
Shift+Alt+→ Expand selection 展开选择
Shift+Alt+← Shrink selection 折叠选择
Shift+Alt + (drag mouse)  Column (box) selection 列选模式
Ctrl+Shift+Alt + (arrow key) Column (box) selection 列选模式
Ctrl+Shift+Alt +PgUp/PgDn Column (box) selection page up/down 列选模式翻页
Rich languages editing 富语言编辑
Ctrl+Space Trigger suggestion 触发提示
Ctrl+Shift+Space Trigger parameter hints 触发参数提示
Shift+Alt+F Format document 格式化文件
Ctrl+K Ctrl+F Format selection 格式化所选
F12 Go to Definition 转到定义
Alt+F12 Peek Definition 剽窃定义
Ctrl+K F12 Open Definition to the side 侧边栏打开定义
Ctrl+. Quick Fix 快速修复
Shift+F12 Show References 展示引用
F2 Rename Symbol 重命名标记
Ctrl+K Ctrl+X Trim trailing whitespace 修剪空格
Ctrl+K M Change file language 修改文件语言
Editor management 编辑器管理
Ctrl+F4, Ctrl+W Close editor 关闭编辑器
Ctrl+K F Close folder 关闭文件夹
Ctrl+\ Split editor 分割编辑器
Ctrl+ 1 / 2 / 3 Focus into 1 st , 2 nd or 3 rd editor group 定位聚焦编辑器
Ctrl+K Ctrl+ ←/→ Focus into previous/next editor group 定位聚焦上一个/下一个编辑器
Ctrl+Shift+PgUp / PgDn Move editor left/right 移动当前编辑器靠左/右
Ctrl+K ← / → Move active editor group 移动活动编辑器组

File management 文件管理
Ctrl+N New File 新建文件
Ctrl+O Open File... 打开文件
Ctrl+S Save 保存
Ctrl+Shift+S Save As... 另存
Ctrl+K S Save All 全部保存
Ctrl+F4 Close 关闭
Ctrl+K Ctrl+W Close All 全部关闭
Ctrl+Shift+T Reopen closed editor 重开上次关闭
Ctrl+K Enter Keep preview mode editor open 保持上次模式打开
Ctrl+Tab Open next 打开下一个
Ctrl+Shift+Tab Open previous 打开前一个
Ctrl+K P Copy path of active file 拷贝活动文件
Ctrl+K R Reveal active file in Explorer 做Explorer中定位活动文件
Ctrl+K O Show active file in new window/instance 新窗口中显示当前文件
Display 显示
F11 Toggle full screen 全屏
Shift+Alt+1 Toggle editor layout (horizontal/vertical) 触发层次方式(横/纵)
Ctrl+ = / - Zoom in/out 扩展/缩小 视角
Ctrl+B Toggle Sidebar visibility 切换边条视图
Ctrl+Shift+E Show Explorer / Toggle focus 聚焦文件管理器
Ctrl+Shift+F Show Search 显示搜索
Ctrl+Shift+G Show Source Control 显示源码管理
Ctrl+Shift+D Show Debug 显示调试
Ctrl+Shift+X Show Extensions 显示扩展
Ctrl+Shift+H Replace in files 文件替换
Ctrl+Shift+J Toggle Search details 搜索细节 
Ctrl+Shift+U Show Output panel 显示输出面板
Ctrl+Shift+V Open Markdown preview 打开前一标记
Ctrl+K V Open Markdown preview to the side 打开前一标记到旁边
Ctrl+K Z Zen Mode (Esc Esc to exit) 禅编程(全屏最大化)
Debug 调试
F9 Toggle breakpoint 打断点
F5 Start/Continue 开始/继续
Shift+F5 Stop 停止
F11 / Shift+F11 Step into/out 进入/跳出下一步
F10 Step over 跳过
Ctrl+K Ctrl+I Show hover 显示调用
Integrated terminal 完美终端
Ctrl+` Show integrated terminal 显示完美终端
Ctrl+Shift+` Create new terminal 创建终端
Ctrl+C Copy selection 复制选择
Ctrl+V Paste into active terminal 粘贴进终端
Ctrl+↑ / ↓ Scroll up/down 上/下滚
Shift+PgUp / PgDn Scroll page up/down 上/下翻页
Ctrl+Home / End Scroll to top/bottom 翻滚到顶/底
Keyboard shortcuts for Windows 窗口快捷键

Other operating systems’ keyboard shortcuts and additional unassigned shortcuts available at aka.ms/vscodekeybindings

[No0000113]Keyboard shortcuts for Windows Visual Studio Code的更多相关文章

  1. [Windows]Visual Studio Code个人配置

    编辑器要添加的 settings.json 打开这个: { ,//编辑字号 "files.autoSave": "afterDelay",//自动保存 &quo ...

  2. 新成员!Visual Studio Code --跨平台的开发工具(支持OSX, Linux 和 Windows)

    原文出处:新成员!Visual Studio Code --跨平台的开发工具(支持OSX, Linux 和 Windows) 这是我的文章备份  http://www.dotblogs.com.tw/ ...

  3. How to debug .NET Core RC2 app with Visual Studio Code on Windows?

    Simone Chiaretta (http://codeclimber.net.nz/archive/2016/05/20/How-to-debug-NET-Core-RC2-app-with-Vi ...

  4. Windows下使用Visual Studio Code搭建Go语言环境

    1.安装GO语言   下载地址:    https://golang.org/dl/   Windows下直接运行安装GO语言即可.     安装成功.   安装完毕GO语言后,需要添加GOPATH环 ...

  5. Windows下visual studio code搭建golang开发环境

    Windows下visual studio code搭建golang开发环境 序幕 其实环境搭建没什么难的,但是遇到一些问题,主要是有些网站资源访问不了(如:golang.org),导致一些包无法安装 ...

  6. windows下Visual Studio Code 1.9安装

    点击送你去官网下载vs code 进入下载页面如下 下载完成双击安装 安装完成打开之后如下图,最新版的默认中文就挺好的! 注意下面是微软建议: Note: .NET Framework 4.5.2 i ...

  7. 图解Windows 10下Visual Studio Code的下载和安装

    1. 百度搜索“Visual Studio Code”,如下图所示: 2. 点击第一个搜索结果项,进入官方网站,然后点击“Download for Windows”,如下图所示: 3. 进入提示下载页 ...

  8. windows通过Visual Studio Code中配置GO开发环境(转)

    一.GO语言安装 详情查看:GO语言下载.安装.配置 二.GoLang插件介绍 对于Visual Studio Code开发工具,有一款优秀的GoLang插件,它的主页为:https://github ...

  9. windows下使用python操作redis(Visual Studio Code)

    1.编辑工具: Visual Studio Code(windows环境) 2.redis服务器:这里用了远程连接,需要配置redis.conf. (1)注释 #bind 127.0.0.1 (2)设 ...

随机推荐

  1. java webdriver的api的封装

    我们来看一下官网提供的代码写法,即最原始的写法: driver.findElement(By.id("kw")).click() 这样写是没任何问题的,但这样没有把元素对象,数据, ...

  2. wamp设置实现本机IP或者局域网访问

    在 httpd.conf 中查找 Allow from 127.0.0.1 Order Deny,Allow Deny from all Allow from 127.0.0.1 在此下面加上 All ...

  3. mysqlcheck与myisamchk的区别

    mysqlcheck和myisamchk都可以用来检测和修复表.(主要是MyISAM表)但是也有以下不同点:1.都可以检查.分析和修复myisam表.但是mysqlcheck也可以检查.分析innod ...

  4. Service discovery

    https://www.cnblogs.com/dirt2/p/5987067.html Use Assigned Numbers in the Service Discovery Protocol ...

  5. Mycat源码中的单例模式

    在MyCat的源码中,很多对象都使用到了单例模式. 首先是MycatServer类,该实例必须全局唯一,所以这里涉及到JAVA的单实例模式,就是一个类只有唯一一个实例对象存在.先来看看mycat源码是 ...

  6. 怎么关闭win10和win8快速启动

    电源选项-- 选择电源按钮的功能--- 更改当前不可用的设置-- 快速启动勾去掉

  7. 聊聊Python中的is和==

    首先,Python中的is就是判断地址是否相等(相当于Java中的==),Python中的==就是判断数值是否相等(相当于Java中的equals). 看个简单的例子: a = [1, 2, 3] b ...

  8. jquery easyui 中tab页添加其他页面,href与content的用法与区别

    //tab页增加 function addPanel(name,url){ var dd = $('#tt').tabs('exists',name); if(dd){ $('#tt').tabs(' ...

  9. headfirst python 07 ~ 08

    Web 不论你在 web 上做什么, 都离不开请求和响应, web请求作为某个用户交互的结果由web浏览器发送到web服务器, 在web服务器上, 会生成web响应(或应答)并发回到 web 浏览器. ...

  10. Java8学习笔记(八)--方法引入的补充

    在Java8学习笔记(三)--方法引入中,简要总结了方法引入时的使用规则,但不够完善.这里补充下几种情况: 从形参到实例方法的实参 示例 public class Example { static L ...