Documentationλ︎
View the docstring documentation for Clojure functions (and vars) and Javadoc for Java classes and methods
, h a to find functions by approximate name, cider-apropos
, h d view function signature, docstring and specification, cider-doc
, h j open Java docs in a web browser, cider-javadoc
LSP Documentationλ︎
, h l to describe the thing under the cursor, showing any relevant documentation.
When this is a Clojure function then examples of use from clojuredocs.org are shown.