当前位置:网站首页>【VSCode】切换文件与编辑器的快捷键
【VSCode】切换文件与编辑器的快捷键
2022-07-16 00:38:00 【一颗不甘坠落的流星】
切换文件
- 假设我们有 3 个文件,第一次打开是
file_one.tsx文件,第二次打开的是file_three.tsx文件 - 当我们要实现上一个文件与当前文件 2 个文件来回切换时,可以使用
Ctrl + Tab键实现

- 当我们要实现所有文件切换时,可以按住
Ctrl键不放 + 再按Tab键选择文件实现
- 我们也可以使用
Alt+数字键来实现文件的切换 Alt + 1:切换到第一个文件Alt + 2:切换到第二个文件Alt + 3:切换到第三个文件
切换编辑器
- 假设我们3个文件,分别在3个编辑器里面

- 这时候我们可以使用
Ctrl+数字键来实现编辑器的切换 Ctrl + 1:切换到第一个编辑器Ctrl + 2:切换到第二个编辑器Ctrl + 3:切换到第三个编辑器
边栏推荐
- Two Qunhui use the same domain name and cannot log in at the same time. Why?
- com.alibaba.fastjson.JSONException: unclosed string
- com. alibaba. fastjson. JSONException: unclosed string
- Meshlab之插件式开发
- [pytorch] linear neural network
- 发明专利申请完整流程(从申请到授权)
- jol-core
- Complete process of invention patent application (from application to authorization)
- 如何基于知识图谱技术构建现代搜索引擎系统、智能问答系统、智能推荐系统?
- Pendingintent details
猜你喜欢
随机推荐
【C语言】自定义类型总结
02. Resttemplate learning notes
mysql json字段查询
Redis overview, installation and visual access
【微信小程序】幻灯片效果实现
jol-core
mysql 查询时过滤 html
thinkphp5 读取多行文本、读取文件分割多行文本
Two Qunhui use the same domain name and cannot log in at the same time. Why?
[C language] dynamic address book
【LSTM回归预测】基于matlab TPA-LSTM时间注意力机制长短期记忆神经网络回归预测(多输入单输出)【含Matlab源码 1984期】
[C language] implementation of static address book
【C语言】动态通讯录
【pytorch】线性神经网络
Jol Core
Vertical/Column text select in PyCharm
How to write each part of the thesis well?
如何基于知识图谱技术构建现代搜索引擎系统、智能问答系统、智能推荐系统?
Simulated test questions and answers of the latest national fire-fighting facility operator (primary fire-fighting facility operator) in 2022
[pytorch] linear neural network









