didibus / anakondo

Minor mode for Clojure[Script] completion powered by clj-kondo.
MIT License
114 stars 1 forks source link

feat: annotate completions #7

Closed andreyorst closed 1 year ago

andreyorst commented 3 years ago

Would be great if Anakondo could annotate completions like CIDER of Clojure LSP do:

image

Macros are annotated with <m>, functions with <f> and so on. Also the namespace from which the completion came is shown, which is also a good feature to have