From b9ea996c651c43722a5e577f61b5f823f222d864 Mon Sep 17 00:00:00 2001 From: didibus <601540+didibus@users.noreply.github.com> Date: Tue, 28 Apr 2020 00:01:00 -0700 Subject: [PATCH] Added some visible descriptions in README for different screenshots. --- README.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.org b/README.org index 9398e71..f80f041 100644 --- a/README.org +++ b/README.org @@ -15,12 +15,18 @@ Current Features: * Screenshots +Clojure completion of namespaces and global Vars and fns without needing to be connected to a REPL: + #+CAPTION: Example Clojure global Vars and namespace completion using anakondo [[./screenshots/anakondo-auto-completion-no-repl-demo.gif]] +Clojure completion of local bindings without needing to be connected to a REPL, which works even with unbalanced expressions: + #+CAPTION: Example Clojure local binding completion using anakondo [[./screenshots/anakondo-locals-auto-completion-no-repl-demo.gif]] +Java completion of qualified classes, default Java class imports (like Math, Thread, Integer, etc.), and of public static methods and fields, all without needing to be connected to a REPL: + #+CAPTION: Example Java classes and static methods and fields completion using anakondo [[./screenshots/anakondo-java-auto-completion-no-repl-demo.gif]]