Closed
Description
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:
- Empty Rust project
- Type
use std::con
I expected this to happen:
Items that start with con
should be first in the list
Instead, this happened:
Helix log
No response
Platform
WSL2
Terminal Emulator
Windows Terminal
Helix Version
22.05-dev (8493b5f)