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
Compliment and Corfu can reach for cider-doc for describing a candidate.
When that candidate is a keyword, nothing is shown (because cider-doc isn't implemented for keywords), which depending on the Compliment setup, can result in this ugly buffer being shown:
Task
Implement, for now, a bare-bones code path for cider-doc such that we'll at least show the 'arities' that all keywords share ([map], [map not-found]).
If it's at hand, we can also show the spec, if found.
Context
Compliment and Corfu can reach for
cider-doc
for describing a candidate.When that candidate is a keyword, nothing is shown (because cider-doc isn't implemented for keywords), which depending on the Compliment setup, can result in this ugly buffer being shown:
Task
Implement, for now, a bare-bones code path for
cider-doc
such that we'll at least show the 'arities' that all keywords share ([map]
,[map not-found]
).If it's at hand, we can also show the spec, if found.
We can leave as a TODO showing the xrefs.
The text was updated successfully, but these errors were encountered: