Here's the URL: https://github.com/gtrak/cljs-complete
On Mon, Jan 13, 2014 at 8:59 AM, Gary Trakhman <[email protected]>wrote: > 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.
