{"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. datagrid实现行的上移和下移(转)

    <html> <head> <meta http-equiv="Content-Type" content="text/html; char ...

  2. 大咖云集!IMWebConf 2017 前端大会即将在深圳盛大开幕

    2017年火热的夏季,一年一度的IMWebConf强势来袭!9月16日,深圳科兴国际会议中心,我们将全心全意打造一场前端盛宴,恭候各位的光临. 作为一名前端老鸟,笔者有幸也参与了本次的大会的主题分享& ...

  3. “最美天气”Python抓取天气

    import urllib.request import urllib.parse import json """     利用"最美天气"抓取即时天 ...

  4. HTTP协议初级入门

    Http = HyperText Transfer Protocol即超文本传输协议 HTTPS = Hyper Text Transfer Protocol over Secure Socket L ...

  5. jquery的2.0.3版本源码系列(2):21行-94行定义了一些变量和函数 jQuery=function(){}

    2.1.bug通过索引查询 这里的#13335是bug的索引,如何查询呢? 第一步,浏览器地址栏输入"https://bugs.jquery.com/". 第二步,在网页的搜索框里 ...

  6. CSS中的路径裁剪样式clip-path

    前面的话 CSS借鉴了SVG裁剪的概念,设置了clip-path样式,本文将详细介绍路径裁剪clip-path 概述 clip-path属性可以防止部分元素通过定义的剪切区域来显示,仅通过显示的特殊区 ...

  7. iOS block和代理的区别

      block和代理是iOS开发中实现回调的两种方式,大多数情况下是用哪个都可以,主要看个人喜好.本文主要是对两者做一下对比. 1.block简介   在 iOS中, block一共分三种.   (1 ...

  8. pip install python 如何快速安装模块

    之前python安装模块要在网络上下载,从python2.7.9之后,以及python3,python就自带pip 这个命令,能够快速的安装模块 1,  首先打开python的主文件夹 2.在主文件夹 ...

  9. Web颜色对照表大全

    Web上16种基本颜色名称 Name Hex (RGB) Red (RGB) Green (RGB) Blue (RGB) Hue (HSL/HSV) Satur. (HSL) Light (HSL) ...

  10. MySQLzip archive版本(5.7.19)安装教程

    1.  从官网下载zip archive版本http://dev.mysql.com/downloads/mysql/ 2. 解压缩至相应目录,并配置环境变量(将*\bin添加进path中): 3. ...