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 <https://github.com/clojure-emacs/cider> plugin?

I managed to get nRepl working by using the awesome
com.cemerick/austin<https://github.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-inand 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,
-- 
Alexandru Nedelcu
www.bionicspirit.com

PGP Public Key:
https://bionicspirit.com/key.aexpk

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@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+unsubscr...@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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to