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.
Solution 1:
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/
Solution 2:
Same same but different in VS 2019:
- Go to 'Tools --> Customize'.
- In the 'Commands' tab, select 'Toolbar: Standard'.
- Select 'Solution Configurations' and click 'Modify Selection'. You can adjust the width there.