ruff/crates/ty_python_semantic/src/module_resolver
Andrew Gallant 8e52027a88 [ty] Add naive implementation of completions for unimported symbols
This re-works the `all_symbols` based added previously to work across
all modules available, and not just what is directly in the workspace.

Note that we always pass an empty string as a query, which makes the
results always empty. We'll fix this in a subsequent commit.
2025-09-03 09:57:26 -04:00
..
import-resolution-diagram.dot [ty] Update module resolution diagram to account for typeshed `VERSIONS` file 2025-07-30 10:34:58 -04:00
import-resolution-diagram.svg [ty] Update module resolution diagram to account for typeshed `VERSIONS` file 2025-07-30 10:34:58 -04:00
list.rs [ty] Add naive implementation of completions for unimported symbols 2025-09-03 09:57:26 -04:00
mod.rs [ty] Add naive implementation of completions for unimported symbols 2025-09-03 09:57:26 -04:00
module.rs [ty] Make `Module::all_submodules` return `Module` instead of `Name` 2025-09-03 09:57:26 -04:00
path.rs [ty] Add search paths info to unresolved import diagnostics (#20040) 2025-08-26 11:01:16 -04:00
resolver.rs [ty] Disallow std::env and io methods in most ty crates (#20046) 2025-08-22 11:13:47 -07:00
testing.rs [ty] Re-arrange "list modules" implementation for Salsa caching 2025-08-20 10:41:47 -04:00
typeshed.rs [ty] Disallow std::env and io methods in most ty crates (#20046) 2025-08-22 11:13:47 -07:00