Not an Kotlin thing, but there’s no traffic on the...
# intellij
r
Not an Kotlin thing, but there’s no traffic on the IntelliJ discord… Often I hit start/debug for a service on the service window. Compilation fails, so it switches to the Build window. I fix the compilation error, want to try again - and I have to navigate to the service window again, find my service, remember whether I wanted to run or debug - I really want a “try again” in the build window, but all I’ve got is a build button, which will build it but not then run/debug it. Am I missing something? It feels like a very clunky UI journey compared to what IntelliJ generally manages.
w
Isn’t
Run
action rerunning the previous run configuration?
I’m not using services though, perhaps they don’t appear as run configurations?
r
They certainly don’t change the latest run configuration
w
The only alternative I see is
Rerun
action which I don’t know what it does because I don’t even have a shortcut for it
r
OK, that looks good - and it has a shortcut for me. Thanks, I’ll try that in future.
Yup, Rerun it is. Bizarrely on macOS it shares a keyboard shortcur (CMD-R) with replace!
🎉 1