Fork me on GitHub
#cider
<
2015-11-10
>
Drew Verlee21:11:09

is there a way to cider show the doc string for a function? I'm using spacemacs and it seems to automatically show the function signature (awesome), but i'm wondering what other levels of inspection i can easily reach for.

Drew Verlee21:11:03

err i think i see the answer in the docs

akiva21:11:24

You mean (doc [whatever]), yeah?

bozhidar21:11:16

I’m guessing @drewverlee found C-c C-d C-d

Drew Verlee21:11:51

@akiva, yea. I found the command @bozhidar mentions and one for Grimoire (what ever that is), which seems to give examples.

akiva22:11:26

Grimoire’s great.

bozhidar22:11:31

one of the nicest Clojure API documentation sites

benedek22:11:45

maintained by @arrdem right?