🥷 Clojure Pro Tip 4: Cider ClojureDocs


Published: 2025-04-29, Last Updated: 2025-05-17

Sometimes, we may want a few examples of a Clojure API for inspiration while developing, especially when reading other people's or open source code.

With Cider in Emacs, we can run M-x cider-doc to see the docstring for the symbol. We can even use M-x cider-clojuredocs for some examples if the symbol is from the language core.

Running M-x cider-clojuredocs
Running M-x cider-clojuredocs

I happened to find this command recently. I bet I was not the only one who didn't know it, thus I'm sharing.


See also

comments powered by Disqus