conjure

:neovim:+:clj: https://github.com/Olical/conjure - If you're enjoying Conjure and want to say thanks: https://github.com/users/Olical/sponsorship :smile: (alt https://conjure.fun/discord)
Chase 2020-12-17T21:14:26.269400Z

Is there autocompletion (with the nice doc window) for cljs? I am using coc.nvim with coc-conjure and get it in my regular clojure files (with cider in my dependencies) but am not getting anything in a cljs file (using shadow-cljs with the same cider dependency)

berkeleytrue 2020-12-17T21:48:47.270700Z

@chase-lambert for shadow-cljs you need to also connect to the appropriate context. ConjureClientConnect <name-of-app>

Chase 2020-12-17T22:56:10.272800Z

I do connect to the cljs side using :ConjureShadowSelect app and can evaluate all the sexps and such. It just doesn't give me the same doc/auto completion support I get from regular clojure.

Olical 2020-12-18T17:08:13.274600Z

You won't get the same level of detail, we just can't do it with CLJS. It degraded a month or so ago when clj-suitable broke something cider relied on for clever cljs completion too

Olical 2020-12-18T17:08:25.275Z

I don't have the issue to hand, but I think it's on shadow-cljs or suitable

Olical 2020-12-18T17:09:02.275400Z

Which is out of my hands until it's fixed, then I can turn the smarter completions back on