@pez I just tried calva, is likely there's no auto complete feature at this moment? or I missed something?
@doglooksgood auto complete should work. Might be a dependency issue. Can you get code evaluation to work?
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.
I haven't add cider-nrepl dependencies
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.
that's a bad idea, cider-nrepl will increase huge launch time.
it is not so bad now, it is lazy. I have nrepl started in a couple of seconds.
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
Yeah, it starts pretty quickly, I would say.