ruff/crates/ty_server/tests/e2e
Andrew Gallant 518d11b33f [ty] Add modules to auto-import
This makes auto-import include modules in suggestions.

In this initial implementation, we permit this to include submodules as
well. This is in contrast to what we do in `import ...` completions.
It's easy to change this behavior, but I think it'd be interesting to
run with this for now to see how well it works.
2025-12-04 17:37:37 -05:00
..
snapshots [ty] Add modules to auto-import 2025-12-04 17:37:37 -05:00
code_actions.rs Fix clippy errors on `main` (#21788) 2025-12-04 16:20:37 +05:30
commands.rs [ty] Add panic-by-default await methods to `TestServer` (#21451) 2025-11-14 19:47:39 +01:00
initialize.rs [ty] Don't send publish diagnostics for clients supporting pull diagnostics (#21772) 2025-12-04 08:12:04 +01:00
inlay_hints.rs [ty] Don't send publish diagnostics for clients supporting pull diagnostics (#21772) 2025-12-04 08:12:04 +01:00
main.rs [ty] Don't send publish diagnostics for clients supporting pull diagnostics (#21772) 2025-12-04 08:12:04 +01:00
notebook.rs [ty] Redact ranking of completions from e2e LSP tests 2025-12-04 13:21:26 -05:00
publish_diagnostics.rs [ty] Don't send publish diagnostics for clients supporting pull diagnostics (#21772) 2025-12-04 08:12:04 +01:00
pull_diagnostics.rs [ty] Don't send publish diagnostics for clients supporting pull diagnostics (#21772) 2025-12-04 08:12:04 +01:00