Some helper functions to support eldoc-like functionality in editors.
Some helper functions to support eldoc-like functionality in editors.
(datomic-query ns sym)
Generate an eldoc string for a datomic query.
Generate an eldoc string for a datomic query.
(eldoc info)
Generate an eldoc from info
.
The result is a map featuring:
See orchard.info/info
for the structure of the info
.
Generate an eldoc from `info`. The result is a map featuring: * :ns or :class - depending on whether we're dealing with Clojure or Java symbol * :name or :member - depending on whether we're dealing with Clojure or Java symbol * :eldoc - a list of type signatures suitable to be displayed by Emacs's eldoc * :type - the type of the symbol (e.g. function, variable, special-form) * :docstring See `orchard.info/info` for the structure of the `info`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close