linux-china / jetbrains-just-plugin

JetBrains Just Command Runner Plugin

Home Page:https://plugins.jetbrains.com/plugin/18658-just

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] - Popup menu for executing Just recipes

nandorholozsnyak opened this issue · comments

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.

Fixed in version 0.3.1.

  • Popup menu for executing Just recipes: Run Menu -> Run Just Recipe on Root Module or ctrl shift alt J

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

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!!

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

Thank you.

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