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

External program execution #8

Closed e14mattc closed 4 years ago

e14mattc commented 5 years ago

I'd like a bunch of optional buttons that allow you to execute external scripts, and have the ability to pass what filename is currently in focus, what line of code the cursor is on, etc.

Pretty much like Notepad++ does here; http://docs.notepad-plus-plus.org/index.php/External_Programs

Being able to set a custom icon + tooltip would be essential.

slavdok commented 5 years ago

+1

GorvGoyl commented 4 years ago

Sorry, not technically feasible, it's a limitation in VSCode, you can't modify package.json of extension where the buttons are configured.