Skip to content

Commit

Permalink
Added some visible descriptions in README for different screenshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
didibus committed Apr 28, 2020
1 parent 96dbc3e commit b9ea996
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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]]

Expand Down

0 comments on commit b9ea996

Please sign in to comment.