ruff/crates/ty_server/tests/e2e
Aria Desires e5818d89fd
[ty] Add "import ..." code-action for unresolved references (#21629)
## Summary

Originally I planned to feed this in as a `fix` but I realized that we
probably don't want to be trying to resolve import suggestions while
we're doing type inference. Thus I implemented this as a fallback when
there's no fixes on a diagnostic, which can use the full lsp machinery.

Fixes https://github.com/astral-sh/ty/issues/1552

## Test Plan

Works in the IDE, added some e2e tests.
2025-11-27 10:06:38 -05:00
..
snapshots [ty] Add "import ..." code-action for unresolved references (#21629) 2025-11-27 10:06:38 -05:00
code_actions.rs [ty] Add "import ..." code-action for unresolved references (#21629) 2025-11-27 10:06:38 -05:00
commands.rs [ty] Add panic-by-default await methods to `TestServer` (#21451) 2025-11-14 19:47:39 +01:00
initialize.rs [ty] Add panic-by-default await methods to `TestServer` (#21451) 2025-11-14 19:47:39 +01:00
inlay_hints.rs [ty] Double click to insert inlay hint (#21600) 2025-11-24 19:48:30 +00:00
main.rs [ty] Add 'remove unused ignore comment' code action (#21582) 2025-11-25 08:08:21 -05:00
notebook.rs [ty] Add panic-by-default await methods to `TestServer` (#21451) 2025-11-14 19:47:39 +01:00
publish_diagnostics.rs [ty] Add panic-by-default await methods to `TestServer` (#21451) 2025-11-14 19:47:39 +01:00
pull_diagnostics.rs [ty] Add panic-by-default await methods to `TestServer` (#21451) 2025-11-14 19:47:39 +01:00