Bad outcome from attempted auto import with eglot when all candidites share a prefix #19838
Unanswered
lolbinarycat
asked this question in
Q&A
Replies: 1 comment
-
Probably an eglot bug because I can't reproduce in VSCode. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a project like this:
I am using eglot with rust-analyzer
I now press
C-M-i
to runcomplete-symbol
onunique_fn_name
.Instead of getting a pop-up menu that asks me to make a choice, I am left like this:
there is no magic happening, that text has been literally inserted, and further
C-M-i
does nothing useful.current workaround is to use the code action menu to import things in these situations.
unsure if this is a ra bug or an eglot bug.
Beta Was this translation helpful? Give feedback.
All reactions