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

Save As #47

Open jmottone opened 3 years ago

jmottone commented 3 years ago

SO you have Save, and Save All. For completeness, I feel that a Save As option would be great. For instance, I was editing an EDI document the other day, and started making notes inside the test data, then wrapped the test data in a code fence block, and I ended up turning the .edi file into a markdown file. Of course, the Keyboard Shortcut is short and sweet (Ctrl +Shift +S), but sometimes, you just want the comfort of having a button.

GorvGoyl commented 3 years ago

I will look into it. right now u can create custom button for this and set a command for this action. see readme file to learn more.

jmottone commented 3 years ago

Gorv, Yeah I already have the custom button and command set up and working, I just thought I would inquire to see if you could build it into the extension, so it would show up at the front of the shortcut bar, with the other save file icons. It's really not a pressing matter, just more or less an enhancement request.

Thanks, Shyne