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

Please add buttons for the "Fold All" and "Unfold All" commands #61

Open flowstate247 opened 3 years ago

flowstate247 commented 3 years ago

Same functionality as the "Fold All" and "Unfold All" commands in the command palette. These commands are very useful and much better than the outline panel to understand code at a glance. So it would be very helpful to have dedicated buttons for these commands.

flowstate247 commented 3 years ago

editor.foldAll editor.unfoldAll

codicons: diff-added, diff-removed

nagisakuya commented 1 year ago

I really want this function.