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. ubuntu安装odbc及(mysql驱动)

    一.安装odbc apt-get install unixodbc 如果需要用到编译的头文件之类的 apt-get install unixodbc-dev 二.安装mysql驱动 apt-get i ...

  2. Atitit 错误处理机制:(1)静默模式(2)警告模式 (3)异常模式

    Atitit 错误处理机制:(1)静默模式(2)警告模式 (3)异常模式       三.     PDO的错误处理机制: (1)静默模式 默认情况下与mysql处理方式一致,不现实错误信息(静默模式 ...

  3. Roller5.0.3安装配置部署 step by step

    一.下载roller 下载地址:http://roller.apache.org/downloads/downloads.html下载下来之后,解压包含两部份doc.webapps 二.准备环境 1. ...

  4. 【Android】Android布局文件的一些属性值

    第一类:属性值 true或者 false   android:layout_centerHrizontal 水平居中 android:layout_centerVertical 垂直居中 androi ...

  5. Numpy数组与PIL Image转换

    引用于这个博客

  6. nginx配置http为1.0到1.1

    转载自:https://blog.csdn.net/u014558668/article/details/79237020 需求:接口通过nginx转发服务器,接收不到数据,但是测试环境是好的: 环境 ...

  7. 【iCore1S 双核心板_ARM】例程十五:USB_HID实验——双向数据传输

    实验方法: 1.USB_HID协议免驱动,此例程不需要驱. 2.将跳线冒跳至USB_OTG,通过Micro USB 线将iCore1S USB-OTG接口与电脑相连. 3.打开上位机软件usb_hid ...

  8. Halcon 1D测量

    1.产生测量句柄,准备提取与矩形(圆弧)主轴垂直的值边缘. gen_measure_rectangle2或gen_measure_arc 2.测量边缘对   ,测量的直线与矩形或者圆弧垂直 measu ...

  9. Java知多少(59)创建多线程

    到目前为止,我们仅用到两个线程:主线程和一个子线程.然而,你的程序可以创建所需的更多线程.例如,下面的程序创建了三个子线程: // Create multiple threads. class New ...

  10. Java知多少(80)图形界面设计基础

    早先程序使用最简单的输入输出方式,用户在键盘输入数据,程序将信息输出在屏幕上.现代程序要求使用图形用户界面(Graphical User Interface,GUI),界面中有菜单.按钮等,用户通过鼠 ...