vscode-commandbar
vscode-commandbar copied to clipboard
Dropdown or nested commands for better organising commands
Awesome little extension. Very useful. I now find myself being dependent on it for quick commands.
However, I am running out of space in the command bar. What would be useful it to be able to group commands in dropdowns. I'm not sure how possible that is, but it would be extremely useful. I could then go mad with plenty of commands that I could use for anything.
Thanks for feedback. VSCode does not support dropdowns in status bar as far as I know. However, dropdowns can be shown up on top of screen (not sure how convenient it would be). P.S. You can use icons to save some space.
@ppatotski maybe it's possible to group commands this same way as group position in commandType files?
@ppatotski , thank you. Does vscode-commandbar support adding commands to the dropdown at the top of the screen you are referring to? Sorry, I am not sure if I have seen this feature yet.
@PixelT , I am curious to learn about what your thinking is...
@holmesadrianh Do you still need this functionality?
(you can try multiple coma-separated files with commandType: "file" to see how it works for files)
You possibly want to check out https://github.com/usernamehw/vscode-commands (originated from tree-view only, but can also configured to be commandbar only) and open a FR there if you see anything missing.