afucher / clojure-repl-intellij

Free OpenSource IntelliJ plugin for Clojure REPL development.
MIT License
59 stars 9 forks source link

Eval/load-file actions lock editor #48

Closed ericdallo closed 6 months ago

ericdallo commented 6 months ago

When evaluating or loading a file that takes some time to eval, we can see that intellij freezes because we are sync waiting for nrepl response, we should add a progress bar + do that async.