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
In Cider, when you type out a call to a function, eg
(core/reader? ) ; there is now a space after the `?`
Cider will show you the argument list of the function in the mini buffer, like so
It would be very nice if Calva could do something along those lines.
The text was updated successfully, but these errors were encountered:
Fisses issue BetterThanTomorrow#238 in hover and completion.
847b5a1
This is fixed in version 2.0.47.
Sorry, something went wrong.
No branches or pull requests
In Cider, when you type out a call to a function, eg
Cider will show you the argument list of the function in the mini buffer, like so
It would be very nice if Calva could do something along those lines.
The text was updated successfully, but these errors were encountered: