Files
oak-gpui/crates/editor/src
Smit Barmase f2b4004c00 editor: Improve code completions by prioritizing prefix matching (#29456)
- Use common prefix length-based matching as primary criteria.
- Test added for multiple cases.

Before:
<img width="500" alt="image"
src="https://github.com/user-attachments/assets/8c653225-cac2-41bd-95f0-0fb8724284c9"
/>

After:
<img width="500" alt="image"
src="https://github.com/user-attachments/assets/a3d59399-cff2-435d-9b56-69a530f35da4"
/>

Release Notes:

- Fixed issues with code completions where they wouldn't show
completions with matched prefix at top.
2025-04-26 17:15:48 +05:30
..
2025-04-25 11:12:16 -06:00
2025-02-03 13:18:50 -07:00
2025-04-23 20:51:01 -06:00
2025-04-25 17:41:49 +03:00
2025-04-25 17:41:49 +03:00