dubreuia / intellij-plugin-save-actions

Supports configurable, Eclipse like, save actions, including "organize imports", "reformat code" and "rearrange code".
MIT License
531 stars 101 forks source link

Reload debug if already running otherwise don't run the action #403

Open wsantos opened 2 years ago

wsantos commented 2 years ago

Describe the solution you'd like I'd like to have a way to reload my gland debug if I save the file, I can make it "work" but it keeps reloading the app when I don't need it, would be awesome if we could have a "conditional/script" to decide when to run the action, or create a Execute if the app is running or debugging/

For what product

Mainly Goland