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, // 控制折 ...
随机推荐
- MarkdownPad2的密钥
MarkdownPad2的密钥 经本人试用 邮箱: Soar360@live.com 授权秘钥: GBPduHjWfJU1mZqcPM3BikjYKF6xKhlKIys3i1MU2eJHqWGImDH ...
- 家中路由添加静态IP映射(一)
登录路由器配置页面,选择更多功能来添加IP和MAC地址映射关系
- Linux学习笔记-林耐斯Notes-Linux就该这么学
Linux学习笔记... 参考的优秀Linux网站: http://www.w3cschool.cn/linux/ http://www.linuxeye.com/ http://linux.vbir ...
- Java web轻量级开发面试教程读书笔记:数据库方面,如何准备面试
如果在面试或与资深人事交流的过程中,你能有效合理地展示出本章所给出的一些知识点,那么对你的评价就会是"对数据库有深入了解",甚至能加上"有设计数据表的经验",即 ...
- 监听 window.open 打开的窗口关闭并回调
第三方的登录的解决方案通常有两种方式,一是打开一个新的标签页,然后登录回调回来: 二是通过父窗口打开一个子窗体去第三方登录,登陆成功时关掉子窗体回到父窗口. 问题来了 我的父窗体怎么样才知道子窗体被关 ...
- 【渗透课程】前言-揭开Web渗透与安全的面纱(必看)
服务器是怎么被入侵的 攻击者想要对一台计算机渗透必须具备以下条件: 1.服务器与客户端能够正常通讯 (服务器是为客户端提供服务的) 2.服务器向客户端提供的权限(服务)或者说是端口. 服务端所提供的服 ...
- python增量爬虫pyspider
1.为了能够将爬取到的数据存入本地数据库,现在本地创建一个MySQL数据库example,然后 在数据库中建立一张表格test,示例如下: DROP TABLE IF EXISTS `test`; C ...
- Hibernate注解-类级别注解
- Webpack+Vue+ES6 前端组件化开发mobile-multi-page应用实战总结
本文版权归博客园和作者吴双本人共同所有 转载和爬虫请注明原文地址 www.cnblogs.com/tdws 一.写在前面 项目上线有一段时间了,一个基于webpack+vue+ES6的手机端多页面应用 ...
- C和C++混合编程之 extern “C”的使用
C和C++混合编程之 extern "C"的使用 首先要明白: C++号称是C语言的超集,也确实,从语言的基本语法上,C++是包含所有C语言的语法的,而且C++为了兼容C,连C语言 ...