GorvGoyl / Shortcut-Menu-Bar-VSCode-Extension

Add handy buttons like beautify, show opened files, save, toggle terminal, etc to the editor menu bar in VSCode. You can also create your own buttons with custom commands. VSCode Marketplace link: https://marketplace.visualstudio.com/items?itemName=jerrygoyal.shortcut-menu-bar
https://marketplace.visualstudio.com/items?itemName=jerrygoyal.shortcut-menu-bar
GNU General Public License v3.0
221 stars 44 forks source link

Question "Maybe Non-Issue" - Why does toolbar wrap? #59

Closed CodeChaser closed 2 years ago

CodeChaser commented 3 years ago

My monitors are plenty large enough to handle all of the items that I have selected, but many wrap so I hit the "..." to get to them. Any ideas what setting I have missed. Here is are a couple of screen shots.

This shows that there is plenty of space image

This shows the wrapped items image

Tom

RealDeviil commented 3 years ago

First of all, thank you for your hard work on this extension. It is very useful.

That said, I am having the same issue as the OP.

Available buttons should fill up the available title bar real estate, and only wrap if there is not enough available space.

I have searched for an extension or VS Code setting to modify this behavior, but I can't find one.

So, either such a setting exists and I can't find it, or it does not exist at all. If the latter case is true, then I hope the developer(s) will consider adding more flexibility to the UI in this regard.

Thanks again.

Kenobi-the-2nd commented 3 years ago

This is a limitation inherent in VS Code. Only 9 buttons are allowed at one time in the action toolbar. Any beyond this will overflow into the "More Actions..." dropdown to the far right.

RealDeviil commented 3 years ago

@Kenobi-the-2nd Thank you! After using VS Code more, I can confirm that you are correct.

This issue should be closed.