使所有打开的文档选项卡可见

我希望看到我在 VisualStudio 中打开的所有文件或文档。我不希望他们是自动隐藏或隐藏溢出。

我怎样才能做到呢?

40812 次浏览

Visual Studio has this extension taken from msdn.microsoft.com tested and worked

Simple installation: download, doubleclick to install, restart VS IDE. Then open all the tabs you want they all will be displayed and No hidden.

https://visualstudiogallery.msdn.microsoft.com/EBF6137E-AA2D-4DC9-860A-F04168F11CD7

Dung Le.

One of the built-in option to do so: use pinned tabs. http://dailydotnettips.com/2016/01/21/persevering-and-separating-the-pinned-tabs-in-visual-studio/

If you don't want to read a external page just for setting:

Tools -> Options -> Environment -> Tabs and Windows -> Show pinned tabs in a seperate row

It's not completely what you want, but it's free and may be useful.

Maybe it's not exactly what you search, but here is a way to at least get a second row for pinned tabs.

Effectively get you more space for opened files:

Tools -> Options -> Environment -> Tabs and Windows -> Show pinned tabs in a seperate row

It's worth noting that starting in VS 2019 v16.4, you can now have "vertical tabs" which will list all open tabs vertically, making it easy to see all open files.

https://learn.microsoft.com/en-us/visualstudio/ide/customizing-window-layouts-in-visual-studio?view=vs-2019#vertical-document-tabs

For Visual Studio Code

If you want to see all the opened tabs,

you can simply on wrap tabs option in the VS Code settings

settings > User > Workbench > Editor > Wrap Tabs

For those using Visual Studio 2022, check the "Show tabs in multiple rows" setting in Tools > Options > Environment > Tabs and Windows section.

enter image description here

In Visual Studio 2022, this issue now has a native solution. Go to Tools -> Options -> Environment -> Tabs and Windows -> Show tabs in multiple rows. Excess tabs will be shown on additional rows. There doesn't seem to be a limit on how many rows this can use.

Another relevant option that some may find useful; you can choose "Show invisible tabs in italic in tab dropdown menu". The dropdown button is only visible when you hover your mouse near the end of the row of tabs. Showing invisible windows in italics makes it easier to identify windows that are only visible in the overflow menu.