Closed mrkaspa closed 6 years ago
code formatting also doesn't work.
How do you run nREPL? Do you have cider-nrepl
in your plugin list?
Noticed the same with 1.9.0 (final). „starting REPL…“ never vanishes when starting automatically. Running the repl from the commandline works fine, the extension can connect to it, but code completion, doc strings and navigation is missing (I guess because i am missing the right middleware plugins when starting the repl from the command line?).
Starting a 1.8.0 repl works fine from 0.9.1 of the extension. Is there some incompatibility between one of the middleware plugins the extension injects in the REPL and 1.9.0? Just a guess.
This one should be fixed with the 0.9.2 release. See #82.
I'm able to manually connect to a
lein repl
that was started with clojure 1.9.0-RC1, however, code completion does not work.