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
Hi!
When using eldoc, I don't like the need to match a single candidate via completing-read when there are multiple candidates.
I use company (with the company-box frontend), and it's already showing me all possible signatures. Having to interrupt my completion to match a candidate to show its signature is breaking my user experience.
I suggest a new user-customizable variable to let users choose whether or not they want the "multiple matches" prompt.
If set to nil, racer--describe-at-point could show the first match, and add a hint to specify there are more possible signatures.
Something like racer-eldoc-prompt-for-multiple-matches could do the trick.
Thanks in advance for the response.
The text was updated successfully, but these errors were encountered:
Hi!
When using
eldoc
, I don't like the need to match a single candidate viacompleting-read
when there are multiple candidates.I use company (with the company-box frontend), and it's already showing me all possible signatures. Having to interrupt my completion to match a candidate to show its signature is breaking my user experience.

I suggest a new user-customizable variable to let users choose whether or not they want the "multiple matches" prompt.
If set to
nil
,racer--describe-at-point
could show the first match, and add a hint to specify there are more possible signatures.Something like
racer-eldoc-prompt-for-multiple-matches
could do the trick.Thanks in advance for the response.
The text was updated successfully, but these errors were encountered: