Skip to content

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

Latest
Compare
Choose a tag to compare
@didibus didibus released this 28 Apr 07:07
· 3 commits to master since this release

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/