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

Can button commands use named parameters? #62

Open shepazon opened 3 years ago

shepazon commented 3 years ago

I want to add buttons that trigger insertion of snippets, so I need to be able to do the command editor.action.insertSnippet with these named parameters:

Is this possible with the extension as it currently stands? If so, how? If not, what needs to be done to make it work?