Fork me on GitHub
#cider
<
2017-06-19
>
richiardiandrea04:06:34

Generic question, how would folks here envision displaying specs of function arguments? Eldoc is already overcrowded ..

richiardiandrea04:06:07

Same could be applied to inf-clojure

richiardiandrea04:06:44

Don't remember whether eldoc shows params incrementally (if I am writing the second show me the second) but if it does, maybe small specs can fit quite nicely there and a key binding could jump to the s/def

gonewest81805:06:06

cider-debug-defun-at-point yields a stack trace and “no reader function for tag dbg”… what do I do?

gonewest81805:06:07

Google knew the answer:

(#'clojure.core/load-data-readers)
(set! *data-readers* (.getRawRoot #'*data-readers*))

richiardiandrea16:06:03

@gonewest818 there should even be a task for doing that (maybe overkill though)

gonewest81817:06:48

Cool. I'm actually using lein (and circularly, debugging a feature I'm proposing for leiningen) but yes I saw some mention of a boot task for this.