Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I change the width of the Solution Configuration combobox in the IDE?

Can I increase the width of the Solution Configuration combobox of MS Visual Studio IDE? I want to see the full name, for example Debug (Local) or Debug (Remote). Also tooltip writes the Solution Configuration text instead of combobox' current value.

enter image description here

enter image description here

enter image description here

like image 918
Andrey Bushman Avatar asked Sep 03 '15 13:09

Andrey Bushman


2 Answers

Yes you can. you must enter in "add or remove buttons -> customize". Inside the commands tab select the button you want to customize and click "modify selection" you change the width value there. 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/

like image 135
acostela Avatar answered Sep 21 '22 02:09

acostela


Same same but different in VS 2019:

  1. Go to 'Tools --> Customize'.
  2. In the 'Commands' tab, select 'Toolbar: Standard'.
  3. Select 'Solution Configurations' and click 'Modify Selection'. You can adjust the width there.

enter image description here

like image 20
Johan Maes Avatar answered Sep 22 '22 02:09

Johan Maes