This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-11-23
Channels
- # aws (2)
- # beginners (57)
- # boot (63)
- # cider (7)
- # clara (1)
- # cljs-dev (1)
- # cljsrn (5)
- # clojure (68)
- # clojure-brasil (1)
- # clojure-dusseldorf (2)
- # clojure-greece (10)
- # clojure-italy (29)
- # clojure-russia (1)
- # clojure-spec (9)
- # clojure-uk (66)
- # clojurescript (16)
- # cursive (18)
- # datomic (19)
- # docker (3)
- # figwheel (2)
- # fulcro (61)
- # instaparse (7)
- # jobs (1)
- # luminus (5)
- # lumo (47)
- # mount (6)
- # off-topic (13)
- # onyx (39)
- # planck (4)
- # portkey (2)
- # re-frame (28)
- # ring (6)
- # ring-swagger (30)
- # rum (3)
- # shadow-cljs (142)
- # spacemacs (5)
- # sql (2)
- # unrepl (61)
- # untangled (2)
@jumar and @jr0cket thanks for your help. I finally was able to get to the roots of the issue and solve it. I was able to get auto-complete when i did cider-jack-in but i wasnt able to get it when i did cider connect thats when i figured that there will be some issue with my cider config. hence i revisited spacemacs clojure layer https://github.com/syl20bnr/spacemacs/tree/master/layers/%2Blang/clojure and figured out i hadn't created global profiles.clj as stated there which enables clj-refactor and clj-repl functionalities globally. Once i created the profiles.clj in ~/.lein i was able to get it in cider-connect also. Yay Thanx for your help
I actually removed cider-nrepl
and refactor-nrepl
from my profiles.clj and rely on cider to inject the proper versions. True that I don't get autocomplete when I connect to the external nrepl but I almost never do that.
Good to hear that you solved it finally.
If you really need to keep on using cider-connect
over cider-jack-in
then remember you need to keep the versions of cider-nrepl
, refactor-nrepl
& tools.nrepl
up to date with updates of clojure-mode in spacemacs