Visual studio code快捷键
{"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快捷键的更多相关文章
- Visual Studio Code 快捷键大全(Windows)
Visual Studio Code 是一款优秀的编辑器,非常适合编写 TS 以及 React .最近在学习 AngularJs 2,开始使用 VSCode,特意整理翻译了一下官网的快捷键.因为已经习 ...
- Visual Studio Code - 快捷键
默认快捷键 Visual Studio Code 默认快捷键 代码提示(自动补全,自动完成) 默认是快捷键是Ctrl+Space,与搜狗输入法切换中英文的快捷键冲突了..可以改搜狗输入法的快捷键(Sh ...
- visual studio code 快捷键-(转自 浅笑千寻)
Visual Studio Code之常备快捷键 官方快捷键大全:https://code.visualstudio.com/docs/customization/keybindings Visual ...
- Visual Studio Code 快捷键大全(最全)
Visual Studio Code 是一款优秀的编辑器,对于开发前端带来了很多便利,熟悉快捷键的使用,能够起到事半功倍的作用,提高工作效率.下面就Visual Studio Code常用快捷键的一些 ...
- Visual Studio Code快捷键_Linux
Keyboard shortcuts for Linux Basic editing Ctrl + X Cut line(empty selection) Ctrk + C Copy line(e ...
- visual studio code快捷键(mac)
常用快捷键 命令 命令描述 备注 ctl+j 多行文字变成一行 打开首选项->键盘快捷方式->搜索 joinLines: 然后设置你的快捷键再回车即可.
- 快捷键-Visual Studio Code快捷键
Shift+Enter 在Python终端中运行选定内容/行 C
- Visual Studio Code快捷键大全
原文链接:https://segmentfault.com/a/1190000007688656 常用 General 按 Press 功能 Function Ctrl + Shift + P,F1 ...
- Visual Studio Code常用设置及快捷键
1. Visual Studio Code常用设置 { // 控制是否显示 minimap(缩略图) "editor.minimap.enabled": false, // 控制折 ...
随机推荐
- - Templates should only be responsible for mapping the state to the UI. Avoid placing tags with side-effects in your templates, such as <script>, as they will not be parsed.
vue.js报错如下: - Templates should only be responsible for mapping the state to the UI. Avoid placing ta ...
- async的异步使用es7
关于异步的问题,一直很受关注,es7中的async...await也是针对异步问题的. 需求:我想使用promise,和async这两种方法,在一定时间之后输出一个'hellow world' 使用p ...
- WeQuant交易策略—简单均线
简单双均线策略(Simple Moving Average) 策略介绍简单双均线策略,通过一短一长(一快一慢)两个回看时间窗口收盘价的简单移动平均绘制两条均线,利用均线的交叉来跟踪价格的趋势.这里说的 ...
- 使用 Gitbook 打造你的电子书
本文详细讲解了 Gitbook 生成电子书的完整过程,内容包括:安装.命令.配置.文档结构.生成电子书.部署. 限于篇幅,本文不介绍任何 Gitbook 定制化页面的内容. 想看看 Gitbook 在 ...
- 虚拟机下安装VMware Tools
使用虚拟机安装第二操作系统,是我们经常使用到的一种方法,但是为了能够在虚拟机与本地操作系统间进行文件共享,我们可以借助一款非常实用的工具VMware Tools.下面我们就来说一下怎样安装VMware ...
- ID3算法(1)
1 简述1.1 id3是一种基于决策树的分类算法,由J.Ross Quinlan在1986年开发.id3根据信息增益,运用自顶向下的贪心策略建立决策树.信息增益用于度量某个属性对样本集合分类的好 ...
- Html5笔记之第四天
属性 值 描述 accesskey character 规定访问元素的键盘快捷键 class classname 规定元素的类名(用于规定样式表中的类). contenteditable true f ...
- 栈的实现Java
package practice; import java.util.Iterator; //栈 public class MyStack<T> implements Iterable&l ...
- SQL菜鸟学习札记(一)
刚开始学SQL,从最基础的语句开始写,用一个LOL数据库做实验.目前使用的工具是MySQL Workbench,感觉比较顺手,界面没花多久时间就读懂的差不多了,所以目前就使用这个工具来做SQL的学习了 ...
- 弹性布局flex
前几天写过怪异盒子布局,以前在项目中用到弹性布局flex这个属性,当时没深入研究,这里各种查阅各种测试,把这个属性记录下 以免忘记, 弹性布局:是提供一种更加有效的方式来对一个容器中的条目进行排列.对 ...