A Clojure library designed to auto-complete clojurescript based on cljs
compiler state.

- With leiningen:
     [cljs-complete "0.1.0"]

- Usage

;; env is pulled from cljs compiler state
=> (completions @cljs.env/*compiler* "al" 'cljs.core)
("alength" "alter-meta!")

This is meant to hook into piggieback, that'll be the next thing I try. I
hope I can get some help with the hairy emacs bits :-).

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to