Fork me on GitHub
#cider
<
2018-11-17
>
colliderwriter01:11:04

Should I expect cider to complete function names when i (require) their namespace in the REPL?

colliderwriter01:11:14

Should I expect cider to complete function names when i (require) their namespace in the REPL?

richiardiandrea01:11:56

@colliderwriter yes if you have required and moved to a namespace or using an alias, cider should complete

hoppy17:11:35

ran into this this morning - CIDER 0.19.0snapshot (package: 20181106.2310)

dpsutton17:11:59

This has to do with the feature to display images in the repl I believe. If you turn this feature off it will go away

hoppy18:11:58

It's not blocking me, just want to make aware.

pauld21:11:51

I'm wondering if anyone else has encountered this problem. I have a shadow-cljs project (using fulcro-lein-template) and I want to launch both clj and cljs repls. However, when I try this (via cider-jack-in-clj&cljs) the clj repl is (apparently) in cljs mode and so doesn't get compilation instructions from any clojure code buffers. My work-around is to launch a clojurescript repl (cider-jack-in-cljs) first then launch a sibling clojure repl (cider-connect-sibling-clj).

colliderwriter22:11:33

Should I expect cider to complete function names when i (require) their namespace in the REPL?

didibus04:11:07

Yes you should

colliderwriter22:11:33

Should I expect cider to complete function names when i (require) their namespace in the REPL?