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
The latest version of Rust-Analyzer is displaying some weird behavior with autocomplete. When you hover over the values, they change. As depicted below:
zelds, dylanopen, saizumi and reivilibrelnicola, ChayimFriedman2, the-melionara, ramon-oliveira and dylanopenPhilipp-M, jrmoulton and dylanopen
changed the title [-]Autocompletion values changes are you hover over them[/-][+]Autocompletion values change are you hover over them[/+]on Nov 19, 2024
Ha, I can also reproduce: After typing pr, wait for the autocomplete suggestions to appear, then press i. Once the new autocomplete suggestions appear, press Tab.
i have the same issue in nvchad. for me i just did :MasonInstall rust-analyzer@2024-09-30
to install an older version as a temp fix. i might try the fix suggested above
Activity
[-]Autocompletion values changes are you hover over them[/-][+]Autocompletion values change are you hover over them[/+][-]Autocompletion values change are you hover over them[/-][+]Autocompletion values change as you hover over them[/+]dianqk commentedon Nov 19, 2024
Can you try to modify
cmp.select_next_item()
tocmp.select_next_item({ behavior = cmp.SelectBehavior.Select })
?yayakame commentedon Nov 19, 2024
I've been having the same issue for a while, the above fixed it for me.
GloopShlugger commentedon Nov 19, 2024
having the same issue with Helix
dianqk commentedon Nov 20, 2024
Ha, I can also reproduce: After typing
pr
, wait for the autocomplete suggestions to appear, then pressi
. Once the new autocomplete suggestions appear, press Tab.CosmicSyntax commentedon Nov 22, 2024
I can also confirm this works for me as well. I'll go ahead and close this issue. Thanks for all your help!
tgross35 commentedon Nov 25, 2024
I don't think this should have been closed - requiring a config update to avoid broken behavior doesn't seem right.
I opened #18547 before having seen this.
jrmoulton commentedon Dec 2, 2024
This same issue exists in Helix
night-kat commentedon Dec 5, 2024
i have the same issue in nvchad. for me i just did :MasonInstall
rust-analyzer@2024-09-30
to install an older version as a temp fix. i might try the fix suggested above
rust-analyzer: update for cmp
rust-analyzer: update for cmp