Fork me on GitHub
#conjure
<
2020-12-17
>
Chase21:12:26

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)

berkeleytrue21:12:47

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

Chase22:12:10

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.

Olical17:12:13

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

Olical17:12:25

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

Olical17:12:02

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