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

Sorting #80

Open netizen-ais opened 2 years ago

netizen-ais commented 2 years ago

What about sorting? Not everybody likes the default. Sorting in the json values did not work. Only current solution is to limit to the user defined buttons (which are numerically sorted, I guess) to get "my actions, my way"

saiballo commented 1 year ago

+1 to this suggestion

GitMensch commented 1 month ago

The api only provides the option to have those as static definitions (icon + command executed), so you can't reorder within the extension - other than using the "numbered" dynamic ones. The option to reorder would make sense in general - so please check the vscode repo for an issue and we can send people to vote there, so it is put to the backlog upstream.