VScode 常用快捷键

拥有回忆 提交于 2020-01-08 00:35:49

非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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!