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

Feature request: move list of favorites to a nested dropdown

Open Ridiculon opened this issue 5 years ago • 3 comments

Suggestion

Convert the Favorites selection from a command palette shortcut to a nested dropdown menu.

Use Cases

For users with a small number of frequently used custom commands (aka no need for search functionality) it is jarring to switch focus from a context menu in one quadrant of the screen to the command palette in another quadrant (assuming the default layout). This change would remove an (admittedly minor) annoyance.

Examples

Current layout: image

Proposed improvement: proposed nested dropdown improvement

Ridiculon avatar Nov 20 '20 17:11 Ridiculon

I think this change would address issue #406 as well

Ridiculon avatar Nov 20 '20 17:11 Ridiculon

I'm afraid it's impossible to implement for the moment, as submenu items are statically defined in package.json.

Eskibear avatar Nov 25 '20 07:11 Eskibear

Aah, I thought it was only the goals that were statically defined. I didn't realize it was the whole submenu.

Ridiculon avatar Nov 25 '20 21:11 Ridiculon