editors

Discussion about all editors used for Clojure/ClojureScript
tianshu 2018-04-12T07:38:05.000089Z

@pez I just tried calva, is likely there's no auto complete feature at this moment? or I missed something?

pez 2018-04-12T10:21:29.000390Z

@doglooksgood auto complete should work. Might be a dependency issue. Can you get code evaluation to work?

pez 2018-04-12T10:25:37.000008Z

I've seen situations where evaluation works, but not much more, and then it was because of old versions of cider-nrepl and/or nrepl tools.

tianshu 2018-04-12T11:30:43.000118Z

I haven't add cider-nrepl dependencies

pez 2018-04-12T11:35:51.000203Z

OK, then that is probably what's lacking. The readme contains a section about it where I suggest dependancies can be added to ~/.lein/profiles.clj under the :repl key.

tianshu 2018-04-12T12:13:42.000298Z

that's a bad idea, cider-nrepl will increase huge launch time.

dominicm 2018-04-12T12:23:26.000408Z

it is not so bad now, it is lazy. I have nrepl started in a couple of seconds.

dominicm 2018-04-12T12:23:53.000063Z

cider-nrepl has a lot of good functionality, it's good to re-use, if there's a way to make cider-nrepl faster, then it would be good to contribute that to cider

pez 2018-04-12T15:59:40.000714Z

Yeah, it starts pretty quickly, I would say.