visual-studio-code - Visual Studio代码-在右侧插入新选项卡

标签 visual-studio-code vscode-settings

在Visual Studio Code中,是否有任何方法可以在所有现有选项卡的右侧打开的新选项卡?当我在资源管理器中单击文件时,它将新选项卡插入当前打开的文件的选项卡的右侧,而不是将其放在我的选项卡列表的末尾。

See here for example。我希望dashboard.component.html在选项卡列表的末尾打开,而不是在当前排序的选项卡的中间打开。我们在Visual Studio中具有此功能,例如this

最佳答案

尝试:

"workbench.editor.openPositioning": "last"

Workbench › Editor: Open Positioning

Controls where editors open. Select left or right to open editors to the left or right of the currently active one. Select first or last to open editors independently from the currently active one.



单击左下方的gear icon,选择“Settings”,搜索以上设置,然后更改为last

关于visual-studio-code - Visual Studio代码-在右侧插入新选项卡,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55301509/

相关文章:

visual-studio-code - Visual Studio 代码不工作 WIN 7

javascript - VSCode 不建议导入 ES6?

python - 为什么 python 假设我的路径是项目根目录,这是两个目录级别?

.net - 如何调试 Vscode 上托管的 blazor wasm asp.net core?

visual-studio-code - VS Code - 如何在命令面板中通过完整路径打开文件?

visual-studio-code - 将启用/禁用扩展设置复制到另一个工作区

visual-studio-code - 如何在 vscode 中设置匹配的括号颜色?

visual-studio-code - 在 Windows 10 上按 Ctrl+Shift+P 时 VS Code 未收到 "P"

visual-studio-code - 如何在 Visual Studio Code 中使用多光标和正则表达式搜索?

visual-studio-code - 用于 Visual Studio Code 的 LESS 格式化程序