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
There seems to be an issue with the sorting of the autocompletion menu. The fuzzy filtering is correct but the order of the displayed items is a bit strange.
Reproduction Steps
I tried this:
Empty Rust project
Type use std::con
I expected this to happen:
Items that start with con should be first in the list
Summary
There seems to be an issue with the sorting of the autocompletion menu. The fuzzy filtering is correct but the order of the displayed items is a bit strange.
Reproduction Steps
I tried this:
use std::con
I expected this to happen:
Items that start with
con
should be first in the listInstead, this happened:
Helix log
No response
Platform
WSL2
Terminal Emulator
Windows Terminal
Helix Version
22.05-dev (8493b5f)
The text was updated successfully, but these errors were encountered: