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 completion menu stays open even if you move up and down.
Reproduction Steps
I noticed this while editing, and may have run into a race condition that caused me to notice it.
These are the steps, but I haven't been able to reproduce the issue with them:
Type std:: in a Rust function while the LSP is initializing.
At some point after it hit 100%, I may have pressed escape to exit insert mode.
Completion popup shows up, and it won't close until an option is selected (or presumably C-c).
The behavior is the same if you use the mouse to move up or down (which shifts the code because of the padding).
Summary
The completion menu stays open even if you move up and down.
Reproduction Steps
I noticed this while editing, and may have run into a race condition that caused me to notice it.
These are the steps, but I haven't been able to reproduce the issue with them:
std::
in a Rust function while the LSP is initializing.The behavior is the same if you use the mouse to move up or down (which shifts the code because of the padding).
Helix log
N/a
Platform
macOS
Terminal Emulator
Kitty 0.27
Helix Version
a4751db
The text was updated successfully, but these errors were encountered: