ZIm/crates/editor/src
Smit Barmase 07b4480396
editor: Handle more completions sort cases in Rust and Python (#29926)
Closes #29725

Adds 3 more tests for Rust `into` and `await` cases, and Python
`__init__` case. Tweaks sort logic to accommodate them.

Release Notes:

- Improved code completion sort order, handling more cases with Rust and
Python.
2025-05-05 20:48:52 +05:30
..
display_map Support @-mentions in inline assists and when editing old agent panel messages (#29734) 2025-05-02 20:08:53 +00:00
git Less log spam (non git worktrees; saving with no LSP) (#29557) 2025-04-28 19:09:33 +00:00
scroll chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
test Preserve cursor position when resetting excerpts (#27850) 2025-04-01 16:55:10 +00:00
actions.rs Use rust-analyzer's flycheck as source of cargo diagnostics (#29779) 2025-05-02 10:07:51 +03:00
blink_manager.rs Remove unneeded anonymous lifetimes from gpui::Context (#27686) 2025-03-28 19:26:30 +00:00
clangd_ext.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
code_completion_tests.rs editor: Handle more completions sort cases in Rust and Python (#29926) 2025-05-05 20:48:52 +05:30
code_context_menus.rs editor: Handle more completions sort cases in Rust and Python (#29926) 2025-05-05 20:48:52 +05:30
display_map.rs Support @-mentions in inline assists and when editing old agent panel messages (#29734) 2025-05-02 20:08:53 +00:00
editor.rs Polish diff for the edit_file tool (#29911) 2025-05-05 11:17:15 +00:00
editor_settings.rs Fix hiding editor toolbar and add agent_review setting (#29854) 2025-05-03 17:43:46 -03:00
editor_settings_controls.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
editor_tests.rs Add the ability to follow the agent as it makes edits (#29839) 2025-05-04 08:28:39 +00:00
element.rs agent: Tweak MCP server configuration dialog (#29878) 2025-05-05 16:31:04 +02:00
git.rs Project Diff 2 (#23891) 2025-02-03 13:18:50 -07:00
highlight_matching_bracket.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
hover_links.rs Show diagnostic codes (#29296) 2025-04-23 20:51:01 -06:00
hover_popover.rs Split diagnostics markdown style out (#29637) 2025-04-29 22:08:06 -06:00
indent_guides.rs Move "async move" a few characters to the left in cx.spawn() (#26758) 2025-03-19 02:09:02 +00:00
inlay_hint_cache.rs debugger: Add support for inline value hints (#28656) 2025-04-23 22:27:27 +00:00
inline_completion_tests.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
items.rs Add the ability to follow the agent as it makes edits (#29839) 2025-05-04 08:28:39 +00:00
jsx_tag_auto_close.rs jsx-tag-auto-close: Remove potential source of bugs and panics (#28119) 2025-04-04 19:01:08 +00:00
linked_editing_ranges.rs editor: Fix extra characters were being written at the end of an HTML tag (#28529) 2025-04-11 00:17:34 +05:30
lsp_ext.rs Use project environment in LSP runnables context (#29761) 2025-05-02 11:01:39 +00:00
mouse_context_menu.rs editor: Fix context menu capitalization (#29717) 2025-05-01 09:58:08 +03:00
movement.rs Preserve cursor position when resetting excerpts (#27850) 2025-04-01 16:55:10 +00:00
persistence.rs Simplify the SerializableItem::cleanup implementation (#29567) 2025-04-28 22:15:24 +00:00
proposed_changes_editor.rs Add searchable global tab switcher (#28047) 2025-04-28 09:21:27 +00:00
rust_analyzer_ext.rs Use rust-analyzer's flycheck as source of cargo diagnostics (#29779) 2025-05-02 10:07:51 +03:00
scroll.rs agent: Improve edit file tool card (#29448) 2025-04-30 11:21:29 -03:00
selections_collection.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
signature_help.rs Use symmetric padding in signature popovers (#27734) 2025-04-01 14:14:33 +02:00
tasks.rs Support tasks from rust-analyzer (#28359) 2025-04-08 15:07:56 -06:00
test.rs Fix duplicated multi-buffer excerpts (#29193) 2025-04-22 05:25:09 +00:00