码迷,mamicode.com
首页 > 其他好文 > 详细

VScode 常用快捷键

时间:2020-01-08 00:41:28      阅读:92      评论:0      收藏:0      [点我收藏+]

标签:gate   tin   down   page   ctrl   keyboard   mos   code   input   

非coding shortcuts

Ctrl+?to split the active editor into two.

in the Quick Open (Ctrl+P) file list. 快速打开最近所用的文件。

side by side 肩并肩,同一排

安装Ctrl 选择多个文件,然后enter即可同时打开多个文件

鼠标放置在explorer资源管理器中输入,即可进行搜索文件

Ctrl+Shift+P 命令面板

Go to the Extensions view (Ctrl+Shift+X).

keyboard shortcuts 快捷键

Ctrl+P will let you navigate to any file or symbol by typing its name
Ctrl+Shift+Tab will cycle you through the last set of files opened
Ctrl+Shift+P will bring you directly to the editor commands
Ctrl+Shift+O will let you navigate to a specific symbol in a file
Ctrl+G will let you navigate to a specific line in a file

Select File > Preferences > Settings (or press Ctrl+,) to edit the user settings.json file.
or Ctrl+Shift+P and then input settings.json

Ctrl+PageDown go to the right editor.
Ctrl+PageUp go to the left editor.
Ctrl+Tab open the next editor in the editor group MRU list.
Ctrl+Shift+Tab open the previous editor in the editor group MRU list.
Ctrl+1 go to the leftmost editor group.
Ctrl+2 go to the center editor group.
Ctrl+3 go to the rightmost editor group.
unassigned go to the previous editor group.
unassigned go to the next editor group.
Ctrl+F4 close the active editor.
Ctrl+K W close all editors in the editor group.
Ctrl+K Ctrl+W close all editors.

coding shortcuts

VScode 常用快捷键

标签:gate   tin   down   page   ctrl   keyboard   mos   code   input   

原文地址:https://www.cnblogs.com/twodoge/p/12164390.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!