ruff/crates/ty_server
Andrew Gallant cc4d1190ae
[ty] Tweak how we show qualified auto-import completions
Specifically, we make two changes:

1. We only show `import ...` when there is an actual import edit.
2. We now show the text we will insert. This means that when we
insert a qualified symbol, the qualification will show in the
completions suggested.

Ref https://github.com/astral-sh/ty/issues/1274#issuecomment-3352233790
2025-12-15 11:47:11 -05:00
..
src [ty] Tweak how we show qualified auto-import completions 2025-12-15 11:47:11 -05:00
tests/e2e [ty] Tweak how we show qualified auto-import completions 2025-12-15 11:47:11 -05:00
Cargo.toml [ty] Add 'remove unused ignore comment' code action (#21582) 2025-11-25 08:08:21 -05:00