Completion window doesn't show auto import text anymore #348
Closed
alex-ds13
announced in
Announcements
Replies: 1 comment 1 reply
-
Hey 👋 If your completion plugin is working otherwise, it's more likely to be a rust-analyzer issue. I would suggest asking there 😃 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there @mrcjkb. Sorry to bother, this has probably nothing to do with rustaceanvim but I thought that maybe you could help.
Since a couple of weeks ago I've noticed that when trying to complete some text on a rust file it no longer shows the import text for the completion. Previously if you were trying to write the word
Element
for example and there were multiple import possibilities the completion menu would show them in front of the name. For instance if I typedEle
it would show all the available completions and there would be one like thisElement<...>~ (use iced::Element) [LSP]
now it just showsElement<...>~ [LSP]
.I don't know if this is related to nvim-cmp, cmp-nvim-lsp, rustaceanvim or rust-analyzer. Was hoping that maybe someone else had faced this before and found a solution.
Beta Was this translation helpful? Give feedback.
All reactions