-
-
Notifications
You must be signed in to change notification settings - Fork 648
Closed
Labels
Description
There'a certain asymmetry given these 3 functions:
- cider-connect
- cider-jack
- cider-jack-in-clojurescript
Given those 3, one could expect cider-connect-clojurescript
to exist too. But it doesn't!
The thing is, I'd like to connect to a clojurescript nrepl session started outside emacs (e.g. from a terminal, lein figwheel
with piggieback
middleware). This doesn't seem like an unusual need?
So, if I M-x cider-connect
and enter the nrepl address of a running clojurescipt nrepl session (started by figwheel), CIDER will connect, but autocompletions will be for clojure rather than clojurescript.
IOW, cider internally is not cljs-aware when running cider-connect
.
What do you think?
Cheers - Victor
nenadalm, mikavilpas and TimoKramer