ruff/crates/ty_ide
Andrew Gallant 2e9c241d7e [ty] Wire up "list modules" API to make module completions work
This makes `import <CURSOR>` and `from <CURSOR>` completions work.

This also makes `import os.<CURSOR>` and `from os.<CURSOR>`
completions work. In this case, we are careful to only offer
submodule completions.
2025-08-20 10:27:54 -04:00
..
src [ty] Wire up "list modules" API to make module completions work 2025-08-20 10:27:54 -04:00
Cargo.toml [ty] Invert ty_ide and ty_project dependency (#19501) 2025-07-23 07:37:46 +00:00