Fork me on GitHub
#cider
<
2017-03-25
>
xiongtx02:03:34

@richiardiandrea If you turn company-mode on in a CIDER buffer, it should just work

xiongtx02:03:15

> When company-mode is thus enabled, it will receive completion information from cider-complete-at-point, and requires no additional setup or plugins.

richiardiandrea02:03:21

Do you see completion in docstrings? I am more using it in inf-clojure

xiongtx02:03:09

Don’t think inf-clojure has the same completion mechanism as CIDER

sakalli13:03:40

hi can get cider-connect to work but not cider-jack-in. (ubuntu 16.04, Cider 20170322.155 (melpa), GNU Emacs 24.5.1, spacemacs 0.200.7, OpenJDK 9) getting this error error in process sentinel: Could not start nREPL server: Error loading refactor-nrepl.middleware: java.lang.ClassNotFoundException: sun.misc.Launcher, compiling:(mranderson047/alembic/v0v3v2/dynapath/v0v2v3/dynapath/defaults.clj:29:3) any pointers?

benedek23:03:51

try jdk8. just a guess tho