...
- counterclockwise: completes only clojure Vars (at least in the Clojure
code)- cross-pollinated with short-cut feature from vimclojure (e.g.
c.s/un
would match eg.clojure.set/union - it has code for completing java method calls/attributes (static or instance),
java packages, but it is based on Eclipse search feature and is not really performant (pros=works even without a backend repl running, cons=too slow yet, and tied to Eclipse).
- cross-pollinated with short-cut feature from vimclojure (e.g.
Dynamic indenting
Task: Support indentation of def or with- style macros dynamically based
on some heuristic. eg. "[]" in the argument vector.
...