visual-studio-code - 将选项卡从两个拆分编辑器之一移动到另一个的热键?

标签 visual-studio-code

假设我将编辑器分成左右两半,并且我想将选项卡中打开的文件从左侧编辑器移动到右侧编辑器,反之亦然。

最佳答案

Windows:Ctrl+Alt+/

Mac:Ctrl+Cmd+/

命令名称:

  • workbench.action.moveEditorToNextGroup View :将编辑器移动到下一个组

  • workbench.action.moveEditorToPreviousGroup View :将编辑器移动到上一个组

额外:

  • workbench.action.moveEditorToAboveGroup View :将编辑器移至上方组
  • workbench.action.moveEditorToBelowGroup View :将编辑器移动到下面的组
  • workbench.action.moveEditorToFirstGroup View :将编辑器移至第一组
  • workbench.action.moveEditorToLastGroup View :将编辑器移至最后一个组

关于visual-studio-code - 将选项卡从两个拆分编辑器之一移动到另一个的热键?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44018175/

相关文章:

python - 是否可以设置 lint 自定义设置并忽略 pylance

python - '\python.exe' 没有 python

visual-studio-code - Visual Studio Code 无法识别内置的 typescript 定义文件

python - (Visual Studio代码上的Python)SyntaxError : invalid syntax

regex - 如何将以下内容与正则表达式匹配?

unit-testing - 如何在 vscode 扩展单元测试中获取 extensionContext?

java - 在 VS Code 中哪里设置 JUnit 的 vmArgs?

visual-studio-code - 如何在 VSCode 调试器中禁用 "just my code"设置?

git - Git for Windows/WSL2/VS Code 的非常奇怪的问题

visual-studio-code - 无法使用配置在 Visual Studio 代码上自动更改调试环境