Can I change the width of the Solution Configuration drop-down list in the IDE?

Can I increase the width of the Solution Configuration drop-down list in the MS Visual Studio IDE? I want to see the full name, for example Debug (Local) or Debug (Remote) . The tooltip also writes the Solution Configuration text instead of the current combobox value.

enter image description here

enter image description here

enter image description here

+7
visual-studio visual-studio-2013
source share
1 answer

Yes, you can. you must enter "add or remove buttons β†’ configure". Inside the command tab, select the button you want to configure and click β€œchange selection” to change the width value. Take a look here

http://visualstudioextensions.vlasovstudio.com/2014/08/14/adjusting-the-width-of-solution-configurations-drop-down-list-in-the-visual-studio-toolbar/

+10
source share

All Articles