Skip to content

Commit b9ea996

Browse files
committed
Added some visible descriptions in README for different screenshots.
1 parent 96dbc3e commit b9ea996

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.org

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,18 @@ Current Features:
1515

1616
* Screenshots
1717

18+
Clojure completion of namespaces and global Vars and fns without needing to be connected to a REPL:
19+
1820
#+CAPTION: Example Clojure global Vars and namespace completion using anakondo
1921
[[./screenshots/anakondo-auto-completion-no-repl-demo.gif]]
2022

23+
Clojure completion of local bindings without needing to be connected to a REPL, which works even with unbalanced expressions:
24+
2125
#+CAPTION: Example Clojure local binding completion using anakondo
2226
[[./screenshots/anakondo-locals-auto-completion-no-repl-demo.gif]]
2327

28+
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:
29+
2430
#+CAPTION: Example Java classes and static methods and fields completion using anakondo
2531
[[./screenshots/anakondo-java-auto-completion-no-repl-demo.gif]]
2632

0 commit comments

Comments
 (0)