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

Editable buttons #4

Closed DRSDavidSoft closed 5 years ago

DRSDavidSoft commented 5 years ago

Can you add editable buttons using the settings.json file?

I would appreciate having Open and Find buttons in the toolbar.

GorvGoyl commented 5 years ago

Editable buttons are now possible. basically I will add buttons and then user can choose which buttons to show. So do you still need those buttons?

DRSDavidSoft commented 5 years ago

@JerryGoyal Yes, I'd appreciate editable toolbar button anytime!

Can you also make them re-order-able?

GorvGoyl commented 5 years ago

toolbar button --> sure, but what should this button do? It is not currently possible to make re-orderable but I'll see if there's some way.

DRSDavidSoft commented 5 years ago

@JerryGoyal As "toolbar" I meant the "Shortcut menu".

Thanks for making the changes! :)

GorvGoyl commented 5 years ago

Sorry but I still doesn't get it. What should "shortcut menu" do?

DRSDavidSoft commented 5 years ago

I'm sorry for lack of clarification, basically I mean a button to open the settings page for editable buttons.

P.S. the update is wonderful! I can now enable/disable buttons like Save and Terminal :D

Thanks for the update!

GorvGoyl commented 5 years ago

A button to open the settings page for editable buttons --> this is one time task so I dont think a dedicated button would be required. you can go to setting and enable/disable buttons.

Thanks.