ruff/crates/ty_wasm
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
..
src [ty] Add "import ..." code-action for unresolved references (#21629) 2025-11-27 10:06:38 -05:00
tests Update salsa (#19258) 2025-07-18 12:14:28 -04:00
Cargo.toml [ty] Add code action support to playground (#21655) 2025-11-27 10:59:57 +01:00
build.rs Use git-commit as ty playground version instead of 0.0.0 (#18314) 2025-05-26 11:55:11 +00:00