'Make all opened document tabs visible

I would like to see all files or documents I've opened in Visual Studio. I do not want them to be auto hidden or hidden on overflow.

How can I achieve it?



Solution 1:[1]

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.

Solution 2:[2]

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.

Solution 3:[3]

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

Solution 4:[4]

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://docs.microsoft.com/en-us/visualstudio/ide/customizing-window-layouts-in-visual-studio?view=vs-2019#vertical-document-tabs

Solution 5:[5]

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

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Dung
Solution 2
Solution 3 Houve
Solution 4 cwalvoort
Solution 5