This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-11-17
Channels
- # beginners (69)
- # calva (25)
- # cider (12)
- # cljdoc (17)
- # cljs-dev (60)
- # clojure (67)
- # clojure-spec (2)
- # clojure-uk (17)
- # clojurescript (46)
- # cloverage (1)
- # code-reviews (6)
- # cursive (3)
- # datascript (8)
- # figwheel-main (1)
- # fulcro (13)
- # hyperfiddle (25)
- # off-topic (7)
- # re-frame (24)
- # reagent (12)
- # reitit (24)
- # ring (8)
- # spacemacs (11)
- # specter (22)
- # tools-deps (7)
- # unrepl (1)
Should I expect cider to complete function names when i (require) their namespace in the REPL?
Should I expect cider to complete function names when i (require) their namespace in the REPL?
@colliderwriter yes if you have required and moved to a namespace or using an alias, cider should complete
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
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).
Might be this issue: https://github.com/clojure-emacs/cider/issues/2519
And is apparently fixed in this PR: https://github.com/clojure-emacs/cider/pull/2484
Should I expect cider to complete function names when i (require) their namespace in the REPL?
Should I expect cider to complete function names when i (require) their namespace in the REPL?