We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There's no eldoc for special forms like if, def and throw. Seems like some regression to me (or a glaring oversight if we never had it).
if
def
throw
The text was updated successfully, but these errors were encountered:
@jeffvalk do you recall if this ever worked? It might be just a figment of my imagination. Maybe we just never implemented it to begin with...
Sorry, something went wrong.
@bbatsov I could be wrong, but I'm not sure this was ever there.
clojure-emacs/cider-nrepl@dadaeb2
[#1493] Add a changelog entry
68cdaaa
The actual fix was done in cider-nrepl.
No branches or pull requests
There's no eldoc for special forms like
if
,def
andthrow
. Seems like some regression to me (or a glaring oversight if we never had it).The text was updated successfully, but these errors were encountered: