Closed andreyorst closed 2 years ago
Would be great if Anakondo could annotate completions like CIDER of Clojure LSP do:
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
<m>
<f>
Would be great if Anakondo could annotate completions like CIDER of Clojure LSP do:
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