Skip to content
New issue

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

Add support for variables in eldoc #1572

Closed
bbatsov opened this issue Feb 16, 2016 · 2 comments
Closed

Add support for variables in eldoc #1572

bbatsov opened this issue Feb 16, 2016 · 2 comments

Comments

@bbatsov
Copy link
Member

bbatsov commented Feb 16, 2016

In Emacs Lisp even variables have eldoc:

image

Adding this to cider should be easy.

@bbatsov
Copy link
Member Author

bbatsov commented May 8, 2016

Btw, @cskksc as you've been doing some eldoc-related work lately you might eventually take a look at this as well. Basically we just need to make eldoc consider the symbol-at-point in addition to the first symbol of the list at point (which we currently do). So in a form like (map inc ...) if your cursor is over inc you'd see its docstring and when you move forward you'd see once again the docstring for map.

@ckoparkar
Copy link
Contributor

Yeah. Will do. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants