File: cider-xref.el.html
Xref (find usages) functionality for Clojure. The implementation is based on ideas from this article https://metaredux.com/posts/2019/05/04/discovering-runtime-function-references-in-clojure.html.
Keep in mind that you won't get references in namespaces that haven't been loaded yet.
Defined variables (1)
cider-xref-actions | Controls the actions to be applied on the symbol found by an xref search. |
Defined functions (8)
cider-show-xref | (SUMMARY RESULTS) |
cider-xref-act-on-symbol | (SYMBOL) |
cider-xref-doc | (BUTTON) |
cider-xref-fn-deps | (&optional NS SYMBOL) |
cider-xref-fn-deps-select | (&optional NS SYMBOL) |
cider-xref-fn-refs | (&optional NS SYMBOL) |
cider-xref-fn-refs-select | (&optional NS SYMBOL) |
cider-xref-source | (FILE-URL LINE NAME) |