Skip to content

Releases: didibus/anakondo

Anakondo v0.2, now with locals and java completion!

28 Apr 07:07
Compare
Choose a tag to compare

Additions

  • Add support for locals auto-completion
  • Add support for Java classes auto-completion (fully qualified + default imports only for now) (can only complete from jars on the classpath, no support for class files on the classpath for now)
  • Add support for Java static methods and fields auto-completion on press of /

Changes

  • Much faster auto-completion when using "as you type" completion like company-mode

Fixes

  • Fix bug where sym/ says No matching candidates instead of listing the available candidates that begin with sym/

Anakondo v0.1.1, preparing for MELPA inclusion

23 Apr 20:54
Compare
Choose a tag to compare

No new features, this release is an attempt at preparing for a MELPA inclusion.

Fixes

  • Fixed byte compilation issue due to macros being defined too late

First release!

20 Apr 01:21
Compare
Choose a tag to compare

First release of Anakondo, a clj-kondo powered Emacs minor mode.

This release adds auto-completion for Clojure, ClojoureScript and cljc buffers. It can complete even required namespaces form the current buffer by using the project's deps.edn to find the classpath. It is fast, as it builds a cache over the clj-kondo analysis file, and only incrementally re-analyses changes as completion is called in changed buffers. Works well with company-mode as well as completion-at-point, and is a good complement to Cider when you don't have a REPL connected, so that you still have proper auto-completion. Can coexist with flycheck-clj-kondo without issue as well.

For more info, see: https://github.com/didibus/anakondo#01

It should be stable already, and ready to use! But please report any issues you find.