{"key": "escape", "command": "cancelSelection", "when": "editorHasSelection && editorTextFocus"},

{"key": "ctrl+shift+alt+down", "command": "cursorColumnSelectDown", "when": "editorTextFocus"},

{"key": "ctrl+u", "command": "cursorUndo", "when": "editorTextFocus"},

{"key": "backspace", "command": "deleteLeft", "when": "editorTextFocus"},

{"key": "delete", "command": "deleteRight", "when": "editorTextFocus" },

{"key": "ctrl+i", "command": "expandLineSelection", "when": "editorTextFocus" },

{"key": "shift+tab", "command": "outdent", "when": "editorTextFocus && !editorTabMovesFocus" },

{"key": "tab", "command": "tab", "when": "editorTextFocus && !editorTabMovesFocus" },

{"key": "escape", "command": "removeSecondaryCursors", "when": "editorHasMultipleSelections && editorTextFocus" },

{"key": "ctrl+[", "command": "editor.action.outdentLines", "when": "editorTextFocus" },

{"key": "ctrl+]", "command": "editor.action.indentLines", "when": "editorTextFocus" },

{"key": "f12", "command": "editor.action.goToDeclaration", "when": "editorTextFocus" },

{"key": "ctrl+shift+space", "command": "editor.action.triggerParameterHints", "when": "editorTextFocus" },

{"key": "ctrl+space", "command": "editor.action.triggerSuggest", "when": "editorTextFocus" },

{"key": "ctrl+w", "command": "workbench.action.closeActiveEditor" },

{"key": "ctrl+f4", "command": "workbench.action.closeActiveEditor" },

{"key": "ctrl+alt+left", "command": "workbench.action.focusLeftEditor" },

{"key": "ctrl+alt+right", "command": "workbench.action.focusRightEditor" },

{"key": "ctrl+g", "command": "workbench.action.gotoLine" },

{"key": "alt+left", "command": "workbench.action.navigateBack" },

{"key": "alt+right", "command": "workbench.action.navigateForward" },

{"key": "ctrl+tab", "command": "workbench.action.openPreviousEditor" },

{"key": "ctrl+e", "command": "workbench.action.quickOpen" },

{"key": "f1", "command": "workbench.action.showCommands" },

{"key": "ctrl+\\", "command": "workbench.action.splitEditor" },

{"key": "f11", "command": "workbench.action.toggleFullScreen" },

Visual studio code快捷键的更多相关文章

  1. Visual Studio Code 快捷键大全(Windows)

    Visual Studio Code 是一款优秀的编辑器,非常适合编写 TS 以及 React .最近在学习 AngularJs 2,开始使用 VSCode,特意整理翻译了一下官网的快捷键.因为已经习 ...

  2. Visual Studio Code - 快捷键

    默认快捷键 Visual Studio Code 默认快捷键 代码提示(自动补全,自动完成) 默认是快捷键是Ctrl+Space,与搜狗输入法切换中英文的快捷键冲突了..可以改搜狗输入法的快捷键(Sh ...

  3. visual studio code 快捷键-(转自 浅笑千寻)

    Visual Studio Code之常备快捷键 官方快捷键大全:https://code.visualstudio.com/docs/customization/keybindings Visual ...

  4. Visual Studio Code 快捷键大全(最全)

    Visual Studio Code 是一款优秀的编辑器,对于开发前端带来了很多便利,熟悉快捷键的使用,能够起到事半功倍的作用,提高工作效率.下面就Visual Studio Code常用快捷键的一些 ...

  5. Visual Studio Code快捷键_Linux

    Keyboard shortcuts for Linux Basic editing Ctrl + X Cut line(empty selection) Ctrk + C   Copy line(e ...

  6. visual studio code快捷键(mac)

    常用快捷键 命令 命令描述 备注  ctl+j  多行文字变成一行 打开首选项->键盘快捷方式->搜索 joinLines: 然后设置你的快捷键再回车即可.

  7. 快捷键-Visual Studio Code快捷键

    Shift+Enter 在Python终端中运行选定内容/行 C

  8. Visual Studio Code快捷键大全

    原文链接:https://segmentfault.com/a/1190000007688656 常用 General 按 Press 功能 Function Ctrl + Shift + P,F1 ...

  9. Visual Studio Code常用设置及快捷键

    1. Visual Studio Code常用设置 { // 控制是否显示 minimap(缩略图) "editor.minimap.enabled": false, // 控制折 ...

随机推荐

  1. 一句话搞定-phpStudy安装yaf扩展

    首先下载phpStudyX64位的,然后傻瓜式安装,安装完下载yaf,由于yaf扩展的网站在国外很难下载,需要FQ,所以我这里下载了yaf5.6nts.zip,解压后把php_yaf.dll这个文件粘 ...

  2. Win7里面如何把这一堆图标放进那个右下角的小三角框框

    Win7里面如何把这一堆图标放进那个右下角的小三角框框.. Win7里面如何把这一堆图标放进那个小框框:1.在任务栏空白处右击,点击属性:2.在属性中的通知区域-->点击自定义按钮:3.去除勾选 ...

  3. (简单易懂)Java的快速失败(fail-fast)与安全失败,源码分析+详细讲解

    之前在程序中遇到快速失败的问题,在网上找解释时发现网上的问题总结都比较片面,故打算自己总结一个,也可以供以后参考. --宇的季节 首先什么是快速失败? 快速失败是为了提示程序员在多线程的情况下不要用线 ...

  4. 请求Url返回数据较大,使结果分页获取

    首先创建了一个单元测试,如下项目视图: 分页结果映射类PageResult的编写: using System; using System.Collections.Generic; using Syst ...

  5. Ubuntu 14.04 安装LNMP(nginx/1.12.1+php7.1.9+mysql5.7.19)环境

    这篇教程中,我们将讨论怎样在Ubuntu 14.04搭建LNMP环境 1 安装Nginx 首先我们要更新apt源 sudo add-apt-repository ppa:nginx/stable  s ...

  6. if判断与比较操作符gt、lt、eq等的使用

    在整数中比较使用如下  //-eq 等于(equal) if [ "$a" -eq "$b" ] //-ne不等于(no equal) if [ "$ ...

  7. NPIO 导出Execl

    步骤1:导入NOIO.dll    (我导入压缩包中的4.0)

  8. Automatic Generation of Animated GIFs from Video论文研读及实现

    论文地址:Video2GIF: Automatic Generation of Animated GIFs from Video 视频的结构化分析是视频理解相关工作的关键.虽然本文是生成gif图,但是 ...

  9. 如何在centos7上安装源码包

    在我们使用linux的过程中,有很多程序是通过红帽官网给的系统中安装的,但是一般来说,系统更新的速度比较慢,如果这个时候我们又想用最新版的该怎么办呢?总不能一直等系统升级吧╮(╯﹏╰)╭所以,我们可以 ...

  10. window.requestAnimationFrame() ,做逐帧动画,你值得拥有

    window.requestAnimationFrame() 方法告诉浏览器您希望执行动画,并请求浏览器调用指定的函数在下一次重绘之前更新动画.该方法使用一个回调函数作为参数,这个回调函数会在浏览器重 ...