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
224 stars 44 forks source link

please add the "cut", "copy", "paste" #13

Closed egor230 closed 4 years ago

egor230 commented 5 years ago

please add the "cut", "copy", "paste" buttons to the panel, menu bar, please.

scotthardwick commented 4 years ago

Cut - editor.action.clipboardCutAction Copy - editor.action.clipboardCopyAction Paste - editor.action.clipboardPasteAction