-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Thanks for this remarquable extension.
I don't manage to find where to access to the commands from "ide.mavenDefaultGoals" with right-click on a POM file, so I use favorites within "Maven for Java" extension, which are not so easily accessible, by the way...
I find it very annoying to access them either by command line (ctrl+shift+p) or by the Maven view.
As this extension is part of the "Java IDE Pack" extention pack, it means that "Maven for Java" extension is most probably installed.
So... here is my feature suggestion...
It would be nice, if there is nothing in ide.mavenDefaultGoals to use the maven.terminal.favorites.
And it would be even better if those commands could be accessible from the "Explorer right-click -> Maven" submenu.
I imagine 2 UX possibilities, either one or the other :
- having the "Run Maven commands..." from the "Java Projects" view, being also accessible / duplicated in the Explorer view
- having the list of the aliases directly in the Maven submenu
Maybe the 1st option would be more straightforward to implement 🤔