linux-china / jetbrains-just-plugin

JetBrains Just Command Runner Plugin
https://plugins.jetbrains.com/plugin/18658-just
Apache License 2.0
35 stars 6 forks source link

[Feature Request] - Popup menu for executing Just recipes #7

Closed nandorholozsnyak closed 1 year ago

nandorholozsnyak commented 1 year ago

With the Maven Helper plugin the IDEA is getting a cool feature, by pressing down the Ctrl+Alt+Shift+R (a bit long shortcut) a popup will appear with the available goals and if there is any Run configurations for the Root module it will be also shown.

Here is a picture: image

Is there any way to have this noice feature in the Just plugin as well? I have a few bookmarks for my Just recipes to jump there but it would be nice to have a "quicker" way to execute those recipes.

linux-china commented 1 year ago

Fixed in version 0.3.1.

nandorholozsnyak commented 1 year ago

Thank you, I'm super curious about the feature :)

nandorholozsnyak commented 1 year ago

Thank you for the feature, I'm curious if the name of the recipe (that is above the recipe with the hashtag (#)) could be included somehow to have a description for it or not?

Thank you!!

linux-china commented 1 year ago

@nandorholozsnyak you reminded me, and I will take a look and adjust the menu popup with just -l

nandorholozsnyak commented 1 year ago

Thank you.

nandorholozsnyak commented 1 year ago

"Just" got the update, looking so cool, thank you!