afucher / clojure-repl-intellij

Free OpenSource IntelliJ plugin for Clojure REPL development.
MIT License
52 stars 5 forks source link

Start REPL from inside IntelliJ #39

Closed ericdallo closed 5 months ago

ericdallo commented 5 months ago

Fixes #40 This is a inital support for starting the REPL from inside IntelliJ, it was inspired on CIDER

image

image

Also this PR refactors the ns so we can re-use the same logic from remote repl on local repl