IntelliJ // send region to REPL

  1. I know this is easy to do in Emacs. I have hard committed to IntelliJ (already using it for Rust + Scala, found Alchemist / ElixirLS often needing restarts).

  2. I know about “iex -S mix”; and “recompile()”

  3. In the IntelliJ Elixir plugin, is there a way to “send currently highlighted region” to “currently running iex” ?

  4. This is basically like elisp eval-region or clojure’s 'send region to repl".

Thanks!i

Hi zeroexcuses, did you find a solution for this ? I am using vscode but I could switch to Intellij if I could have a clojurelike experience.