本文介绍了将标签从两个拆分编辑器之一移动到另一个的热键?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
假设我将编辑器分成左右两半,我想将在选项卡中打开的文件从左侧编辑器移动到右侧编辑器,反之亦然.
Say I split my editor into two halves, left and right, and I wanna move a file that is opened in a tab from the left-hand side editor to the right one and vice versa.
推荐答案
Windows: ++/
Windows: ++/
Mac:++/
命令名称:
workbench.action.moveEditorToNextGroup
查看:将编辑器移到下一个组
workbench.action.moveEditorToPreviousGroup
视图:将编辑器移到上一组
额外:
workbench.action.moveEditorToAboveGroup
视图:将编辑器移到组上workbench.action.moveEditorToBelowGroup
查看:将编辑器移到下组workbench.action.moveEditorToFirstGroup
视图:将编辑器移入第一组workbench.action.moveEditorToLastGroup
查看:将编辑器移到最后一组
这篇关于将标签从两个拆分编辑器之一移动到另一个的热键?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!