Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Display icons instead of words in Visual Studio tool window tabs

It's trivial, I know, but yesterday, out of nowhere, Visual Studio 2012 Professional started displaying "Solution Explorer", "Team Explorer - Home", etc. in the tabs instead of nice little icons. Does anyone know how to bring back the icons?

enter image description here

like image 546
Brian Ogden Avatar asked May 31 '15 21:05

Brian Ogden


People also ask

How do I change the layout of Visual Studio?

To remind yourself which keyboard shortcut is assigned to which layout, select Window > Apply Window Layout. These layouts automatically roam between Visual Studio editions and Blend instances on separate machines.

How do I get Solution Explorer back in Visual Studio?

If you don't see the Solution Explorer tool window, you can open it from the Visual Studio menu bar by using View > Solution Explorer, or by pressing Ctrl+Alt+L.

How do I dock a tab in Visual Studio?

First, click and hold the title bar with the mouse, and then drag the window to where you want to dock it. Visual Studio displays some docking icons. Four icons are at the edge of the IDE, one each at the left, top, right, and bottom. These icons are used for docking the window at the given edge of the IDE.

How do I add Solution Explorer tab in Visual Studio?

Just drag and drop onto the mechanic and dock the solution explorer window to the left side of the window.


2 Answers

There is an extension that does just that. It was written for VS 2015 but works fine in VS 2017.

Visual Studio Iconizer for Visual Studio 2015

like image 87
tuffff Avatar answered Sep 28 '22 19:09

tuffff


Icons are displayed when the widths of the tabs are too narrow. To get the icons back, either make the pane narrower or dock some more tabs in that pane.

like image 41
Michael Liu Avatar answered Sep 28 '22 17:09

Michael Liu