mirror of https://github.com/astral-sh/ruff
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> |
||
|---|---|---|
| .. | ||
| completion.rs | ||
| db.rs | ||
| docstring.rs | ||
| find_node.rs | ||
| goto.rs | ||
| goto_declaration.rs | ||
| goto_definition.rs | ||
| goto_type_definition.rs | ||
| hover.rs | ||
| inlay_hints.rs | ||
| lib.rs | ||
| markup.rs | ||
| semantic_tokens.rs | ||
| signature_help.rs | ||
| stub_mapping.rs | ||