File: cider-eldoc.el.html
eldoc support for Clojure.
Defined variables (7)
cider-eldoc-display-context-dependent-info | When non-nil, display context dependent info in the eldoc where possible. |
cider-eldoc-display-for-symbol-at-point | When non-nil, display eldoc for symbol at point if available. |
cider-eldoc-last-symbol | The eldoc information for the last symbol we checked. |
cider-eldoc-max-class-names-to-display | The maximum number of classes to display in an eldoc string. |
cider-eldoc-max-num-sexps-to-skip | Max number of sexps to skip while searching the beginning of current sexp. |
cider-eldoc-ns-function | A function that returns a ns string to be used by eldoc. |
cider-extra-eldoc-commands | Extra commands to be added to eldoc’s safe commands list. |