![]() Closes #24794 We now don't filter matches provided by the fuzzy matcher, as it already performs most of the filtering for us. Instead, the custom logic we previously used for filtering is now used to partition, where before discarded matches will be appended at end of list. Before - Filtering out matches with higher fuzzy score <img width="400" alt="image" src="https://github.com/user-attachments/assets/7f9d66a2-0921-499c-af8a-f1e530da50b1" /> After - Changing filter to partition instead, and appending remaining items at the end <img width="400" alt="image" src="https://github.com/user-attachments/assets/45848f70-ed51-4935-976c-6c16c5b5777b" /> Release Notes: - Improved LSP auto complete to show more possible matches. --------- Co-authored-by: Peter Tripp <petertripp@gmail.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-GPL |