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/