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
Wrap any var references in the docstring with ` so that tooling can identify them. Wrap them with [[..]] if you want to link to them.
(defnwombat"Acts much like `clojure.core/identity` except when it doesn't. Takes `x` as an argument and returns that. If it feels like it. See also [[kangaroo]]."
[x]
...)
It would be nice if Cursive would display such references in [[symbol]] square brackets similar to how it displays symbol in a code context: with help / docstring on hover and the ability to jump to it with ctrl+click.
Maybe this is easier than complete markdown formatting, since the syntax and expected semantics are more explicit?
The Clojure Style Guide suggests:
It would be nice if Cursive would display such references in
[[symbol]]
square brackets similar to how it displayssymbol
in a code context: with help / docstring on hover and the ability to jump to it with ctrl+click.Maybe this is easier than complete markdown formatting, since the syntax and expected semantics are more explicit?
Related:
The text was updated successfully, but these errors were encountered: