Hi,
I can’t get auto-completion or jumping to the definition of a function in Emacs, while working with ClojureScript. Is this a limitation of Emacs’ Cider plugin?
I managed to get nRepl working by using the awesome com.cemerick/austin plugin for lein (besides including the plugin in project.clj
I’ve got no other special configuration). So to work with ClojureScript, from inside an nRepl session, I execute the following (not sure if this is right):
(cemerick.austin.repls/exec :exec-cmds ["google-chrome"])
In Emacs I do the same thing, by first starting the repl with cider-jack-in
and then I execute the above command. Compiling the current buffer works (C-c C-k), I can also send expressions for evaluation to the repl (C-x C-e).
However, as I said, auto-completion doesn’t work and neither does jumping to the definition of a function. Is there any way to get these features while working with ClojureScript in Emacs? Or maybe in another IDE?
Thanks,
--
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clo...@googlegroups.com
Note that posts from new members are moderated - please be patient with your first post.
To unsubscribe from this group, send email to
clojure+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clojure+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
Since Cursive (http://cursiveclojure.com) resolves everything statically from source, ClojureScript completion and navigation works for most symbols. There are still a lot that it doesn't know about since cljs-specific functionality is still pretty low, so js/* symbols have no support, and any functions included from Closure are not found either. But for pure cljs it should work pretty well. There are quite a few people using Cursive for cljs dev now, despite the slightly embarrassing lack of explicit support :-)
--
--
You received this message because you are subscribed to a topic in the Google Groups "Clojure" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/clojure/uXtd--Xv6vU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to clojure+u...@googlegroups.com.