Visual Studio 代码将 'Outline panel' 移动或停靠到编辑器的右侧

Visual Studio Code move or dock the 'Outline panel' to the right side of the Editor

如何move/dock编辑器右侧的“大纲”面板

1. So we can have more "vertical" space in the left for the explorer...<br>
2. and also more "vertical" space in the right for the Outlined items<br>

看起来这应该是一个非常标准的东西..
(来自我用过的 editors/IDE(s))...

但我一直在查看 Visual Studio 代码设置...
还用谷歌搜索这个...但还没有运气!

我使用的是 1.47 版...
但是快看新的似乎没有这个功能...

?有什么想法

好吧……有可能…… 并且工作起来很有魅力...
您只需要 2 个“不太明显”的步骤...

1. Move the "Botton panel" to the right...
2. Move The "Outline panel" to the right panel...
If the "default command line console" is annoying
just double click the title so it closes to the botton

就是这样...
现在我们在右侧有一个“Full-Size Explorer Panel”...
和左侧的“Full-Size 大纲面板”...

尽情享受吧!

截至目前,这是 Visual Studio 代码中的一项实验性功能。

  • 打开settings.json
  • 添加"workbench.experimental.sidePanel.enabled": true
  • 重启 VS Code。
  • 将“大纲面板”拖到右侧(将其他面板留在左侧)就完成了。

来自我之前的回答。

另一种方法要求您 运行 vscode 的 Insider Build,因为它可以(实验性地)在右 - 称为“侧面板”。

Workbench > Experimental > Side Panel: Enabled
Workbench > Experimental > Layout Control: Enabled
Workbench > Experimental > Panel Alignment: Centerleft/right/justify/center

然后您可以将视图拖到您想要的位置(并非所有视图都可以拖放,但 SCM 可以)。

我知道这个问题不需要两个侧面板,一个在左边,一个在右边,但是考虑到问题的标题,搜索将面板向右移动的人可能会遇到这个问题。