ruff/crates/ty_ide/src
UnboundVariable 0acc273286
[ty] Implemented "go to definition" support for import statements (#19428)
This PR extends the "go to declaration" and "go to definition"
functionality to support import statements — both standard imports and
"from" import forms.

---------

Co-authored-by: UnboundVariable <unbound@gmail.com>
2025-07-19 11:22:07 -07:00
..
completion.rs [ty] Enum literal types (#19328) 2025-07-15 21:31:53 +02:00
db.rs [ty] Track open files in the server (#19264) 2025-07-18 19:33:35 +05:30
docstring.rs [ty] Initial implementation of signature help provider (#19194) 2025-07-10 19:32:00 -07:00
find_node.rs [ty] Avoid secondary tree traversal to get call expression for keyword arguments (#19429) 2025-07-19 18:21:27 +02:00
goto.rs [ty] Implemented "go to definition" support for import statements (#19428) 2025-07-19 11:22:07 -07:00
goto_declaration.rs [ty] Implemented "go to definition" support for import statements (#19428) 2025-07-19 11:22:07 -07:00
goto_definition.rs [ty] Initial implementation of declaration and definition providers. (#19371) 2025-07-16 15:07:24 -07:00
goto_type_definition.rs [ty] Initial implementation of declaration and definition providers. (#19371) 2025-07-16 15:07:24 -07:00
hover.rs Use "python" for markdown code fences in on-hover content (#19082) 2025-07-03 10:50:34 +05:30
inlay_hints.rs Update Rust toolchain to 1.88 and MSRV to 1.86 (#19011) 2025-06-28 20:24:00 +02:00
lib.rs [ty] Reduce number of inline stored definitions per place (#19409) 2025-07-18 18:28:46 +02:00
markup.rs Rename Red Knot (#17820) 2025-05-03 19:49:15 +02:00
semantic_tokens.rs [ty] Fixed bug in semantic token provider for parameters. (#19418) 2025-07-18 00:02:23 -07:00
signature_help.rs [ty] Initial implementation of signature help provider (#19194) 2025-07-10 19:32:00 -07:00
stub_mapping.rs [ty] Initial implementation of declaration and definition providers. (#19371) 2025-07-16 15:07:24 -07:00