This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-07-03
Channels
- # aws (1)
- # beginners (5)
- # boot (46)
- # cider (6)
- # cljs-dev (421)
- # cljsrn (74)
- # clojure (77)
- # clojure-greece (1)
- # clojure-italy (7)
- # clojure-russia (12)
- # clojure-serbia (42)
- # clojure-sg (1)
- # clojure-spec (10)
- # clojure-uk (38)
- # clojurescript (40)
- # core-async (14)
- # data-science (1)
- # datomic (18)
- # emacs (2)
- # events (1)
- # garden (4)
- # gorilla (4)
- # graphql (5)
- # hoplon (69)
- # luminus (1)
- # lumo (1)
- # off-topic (31)
- # om (31)
- # om-next (2)
- # overtone (3)
- # pedestal (1)
- # precept (4)
- # re-frame (23)
- # reagent (2)
- # remote-jobs (1)
- # ring-swagger (23)
- # rum (7)
- # spacemacs (7)
- # sql (4)
- # unrepl (9)
- # untangled (5)
- # vim (11)
- # yada (5)
Hello, I'm unable to navigate into [+ctrl+d
clojurescript sources. Should it work out of the box on fireplace?
I believe so, just to check: - Is CIDER definitely loaded? (I have no idea if this works without it!) - Have you piggiebacked (`(js/alert "👋")`)
https://github.com/clojure-emacs/cider-nrepl/blob/040673426d921c60c45cf96d4df5ef8bc5b35e5f/src/cider/nrepl/middleware/info.clj#L79-L82 this suggests that yes, cider does assist in the location gathering for clojurescript
You could try:
:echo fireplace#message({'op': 'info', 'symbol': 'foo/bar'})
which should show you what cider is returning in raw for the info queryAfter making sure cider-nrepl is definitely in the classpath, I get a ClassNotFoundException with the echo command above
well, thanks, don't worry too much, I'll google around before so I can be more specific
Followed https://github.com/bhauman/lein-figwheel/wiki/Using-the-Figwheel-REPL-with-Vim along with other things, but nope. I thought it was a solved problem, maybe I don't remember correctly 😞