You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm leaning clojure language now, and I like to learn clojure function's usage from https://clojuredocs.org,
for example, when I put cursor in format, then I hit K(cider-doc), it will show:
But I think it would be more convinent if cider-doc can show examples from about https://clojuredocs.org/clojure.core/format
(As clojure beginners, examples are very helpful for us)
Describe the solution you'd like
let cider download all examples from https://clojuredocs.org, and display examples under (cider-doc)'s result buffer
Describe alternatives you've considered
None Additional context
None
The text was updated successfully, but these errors were encountered:
Are you aware of the command M-x cider-clojuredocs (C-c C-d C-c)?
Perhaps it would help discoverability to introduce a [View Clojuredocs] button in the *cider-doc* buffer when applicable, somewhere close to the existing "Also See" buttons.
Is your feature request related to a problem? Please describe.
I'm leaning clojure language now, and I like to learn clojure function's usage from https://clojuredocs.org,
for example, when I put cursor in format, then I hit
K
(cider-doc), it will show:But I think it would be more convinent if cider-doc can show examples from about https://clojuredocs.org/clojure.core/format
(As clojure beginners, examples are very helpful for us)
Describe the solution you'd like
let cider download all examples from https://clojuredocs.org, and display examples under (cider-doc)'s result buffer
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: