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

FR: Different buttons for different file types #57

Closed JohnVeness closed 2 years ago

JohnVeness commented 3 years ago

I don't know if this is possible, but it would be very useful to be able to configure different buttons for different file types. For example, it would be useful to have different buttons when I'm editing Markdown files compared to when editing .cpp files.

Thanks for this extension!

GitMensch commented 2 years ago

Isn't that possible already? Please try to configure language specific settings and report back, it would likely be useful to document that in the readme, the python example would be nice.

JohnVeness commented 2 years ago

Thanks for the link. I was hoping for something a bit more graphical!

GitMensch commented 2 years ago

If you find or create an issue at vscode about "file type specific settings UI" I'd upvote it - but that's a general issue and not related to this extension.

GorvGoyl commented 2 years ago

closing due to out-of-scope