VScode 常用快捷键
Posted twodoge
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了VScode 常用快捷键相关的知识,希望对你有一定的参考价值。
非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 常用快捷键的主要内容,如果未能解决你的问题,请参考以下文章