gregsh / Clojure-Kit

Clojure/ClojureScript plugin for IntelliJ-based IDEs
Other
248 stars 21 forks source link

Console output #9

Closed pedrorgirardi closed 6 years ago

pedrorgirardi commented 7 years ago

@gregsh why some output messages are not shown on the console? If I start the nREPL server on the terminal it looks like:

screen shot 2017-06-14 at 17 20 52

...but if I start using Clojure-Kit when evaluating a form it doesn't show it. The same happens when I start Fighweel.

Am I missing something? Could I fix it just be changing some kind of preferences on IntelliJ?

gregsh commented 7 years ago

Clojure-Kit starts REPL in headless mode and connects to it via nrepl protocol, hence no CLI prompt.

pedrorgirardi commented 7 years ago

Oh I see, but even if I start the repl externally and then connect Clojure-Kit to it? I just tried doing that - start repl outside IntelliJ and then connect - but same thing.