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
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.
In Emacs Lisp even variables have eldoc:
Adding this to cider should be easy.
The text was updated successfully, but these errors were encountered: