File: cider-browse-ns.el.html
M-x cider-browse-ns
Display a list of all vars in a namespace.
Pressing <enter> will take you to the cider-doc buffer for that var.
Pressing ^ will take you to a list of all namespaces (akin to dired-mode).
M-x cider-browse-ns-all
Explore Clojure namespaces by browsing a list of all namespaces. Pressing <enter> expands into a list of that namespace's vars as if by executing the command (cider-browse-ns "my.ns").
Defined variables (0)
Defined functions (0)
Defined faces (1)
cider-browse-ns-extra-info-face | Face for displaying extra info of namespace vars. |