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: Running just recipes as Run configuration #10

Open funkyfuture opened 1 year ago

funkyfuture commented 1 year ago

there's a review on your plugin that speaks from my heart:

Does what it says on the tin. The only thing that I wasn't able to find was a way to add the Justfile runs to my run/debug configurations. I'm used to being able to click the arrow in the file and then find it in my debug configs when I use npm. I also didn't see a configuration when I tried manually adding it. This would be a really appreciated feature.

i assume that is expressing what i'm missing: to use just recipes as configuration option in "Run(/Debug) Configurations", similar how the "Makefile Target" can be used there.

that'd just be a tailored way to invoke recipes than the "Run -> Available Just Recipes".

for me this has three advantages:

dpeter99 commented 6 months ago

I would also love this feature. It would make my multi-language monorepo much easier to manage.