You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new Favorites menu to render the custom Favorites commands.
This menu is to improve the experience about developing Java code using this extension.
Use Cases
I want use this feature to set a custom command and quickly execute the maven goal.
Now, we just execute the favorites/custom commands from Ctrl + Shift + P (Cmd + Shift + P, on Mac)
Examples
An example is add the 'mvn clean install' command to clean and install the Maven project.
We can also set another commands like 'clean compile', 'clean package', ...
So, in this way we can quickly execute the custom maven goal.
Suggestion
Create a new Favorites menu to render the custom Favorites commands.
This menu is to improve the experience about developing Java code using this extension.
Use Cases
I want use this feature to set a custom command and quickly execute the maven goal.
Now, we just execute the favorites/custom commands from Ctrl + Shift + P (Cmd + Shift + P, on Mac)
Examples
An example is add the 'mvn clean install' command to clean and install the Maven project.
We can also set another commands like 'clean compile', 'clean package', ...
So, in this way we can quickly execute the custom maven goal.
This issue is about the discussion on PR #870.
The text was updated successfully, but these errors were encountered: