ruff/crates/ty_ide
Alex Waygood c9df4ddf6a [ty] Add completions for submodule imports
While we did previously support submodule completions via our
`all_members` API, that only works when submodules are attributes of
their parent module. For example, `os.path`. But that didn't work when
the submodule was not an attribute of its parent. For example,
`http.client`. To make the latter work, we read the directory of the
parent module to discover its submodules.
2025-07-11 10:06:35 -04:00
..
src [ty] Add completions for submodule imports 2025-07-11 10:06:35 -04:00
Cargo.toml [ty] Initial implementation of signature help provider (#19194) 2025-07-10 19:32:00 -07:00