Open CosmicSyntax opened 2 days ago
Can you try to modify cmp.select_next_item()
to cmp.select_next_item({ behavior = cmp.SelectBehavior.Select })
?
Can you try to modify
cmp.select_next_item()
tocmp.select_next_item({ behavior = cmp.SelectBehavior.Select })
?
I've been having the same issue for a while, the above fixed it for me.
having the same issue with Helix
having the same issue with Helix
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.
rust-analyzer version: (ba56d9b9b5 2024-11-17) rustc version: rustc 1.82.0 (f6e511eec 2024-10-15)
editor or extension: Neovim
The latest version of Rust-Analyzer is displaying some weird behavior with autocomplete. When you hover over the values, they change. As depicted below: