vscode-commandbar icon indicating copy to clipboard operation
vscode-commandbar copied to clipboard

Dropdown or nested commands for better organising commands

Open holmesadrianh opened this issue 7 years ago • 5 comments
trafficstars

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.

holmesadrianh avatar May 03 '18 07:05 holmesadrianh

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 avatar May 04 '18 15:05 ppatotski

@ppatotski maybe it's possible to group commands this same way as group position in commandType files?

PixelT avatar May 11 '18 06:05 PixelT

@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 avatar May 11 '18 06:05 holmesadrianh

@holmesadrianh Do you still need this functionality? (you can try multiple coma-separated files with commandType: "file" to see how it works for files)

ppatotski avatar Dec 04 '18 03:12 ppatotski

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.

GitMensch avatar Mar 02 '23 20:03 GitMensch