Open mj59487 opened 2 days ago
could you please add a screen recording? I have an idea what the issue could be but can't reproduce so I'm not completely sure about the nature of the issue.
1st recording, care takes a myriad of time to show docs finally for the correct item after repeating. https://github.com/user-attachments/assets/b03f26a4-2465-4638-b932-ff029011b574
2nd recording, it shows wrong docs for the wrong entry when scrolling through until fixed. https://github.com/user-attachments/assets/0cdec75d-f809-4952-b1de-ea63f629edd8
I would like to confirm this issue occurs on normal key repeat speeds as well.
Prerequisites
Neovim Version
0.10.2-2
Actual behavior
Greetings, author
While reviewing the documentation for the autocompletion entries provided by rust_analyzer, I observed that prolonged scrolling of the completion menu leads to a backlog of fallback documentation that cannot keep pace which creates multiple fallbacks. This issue can only be resolved by either waiting for a considerable duration, scrolling through the menu, or using some kind of API provided by care which redraws care.
Expected behavior
The expected behavior should be that the docs should either keep pace or shouldn't create fallback and instantly show the fallback for the current item or with delay
Healthcheck
Other information
No response