ruff/crates/ty_ide/src
Micha Reiser 644096ea8a
[ty] Fix find-references for import aliases (#21736)
2025-12-02 14:37:50 +01:00
..
all_symbols.rs [ty] Exclude `typing_extensions` from completions unless it's really available 2025-12-01 11:24:16 -05:00
code_action.rs [ty] Add code action to ignore diagnostic on the current line (#21595) 2025-11-29 15:41:54 +01:00
completion.rs [ty] Fix auto-import code action to handle pre-existing import 2025-12-01 14:20:47 -05:00
doc_highlights.rs [ty] Implement lsp support for string annotations (#21577) 2025-11-25 13:31:04 +00:00
docstring.rs [ty] implement rendering of `.. code:: lang` in docstrings (#21665) 2025-11-28 13:27:52 +00:00
document_symbols.rs [ty] Rejigger workspace symbols for more efficient caching 2025-08-23 12:53:41 -04:00
find_node.rs [ty] fix GotoTargets for keyword args in nested function calls (#20013) 2025-08-21 20:19:52 +00:00
find_references.rs [ty] Fix find-references for import aliases (#21736) 2025-12-02 14:37:50 +01:00
goto.rs [ty] Fix find-references for import aliases (#21736) 2025-12-02 14:37:50 +01:00
goto_declaration.rs [ty] Implement patterns and typevars in the LSP (#21671) 2025-11-28 13:41:21 +00:00
goto_definition.rs [ty] Implement lsp support for string annotations (#21577) 2025-11-25 13:31:04 +00:00
goto_type_definition.rs [ty] Implement patterns and typevars in the LSP (#21671) 2025-11-28 13:41:21 +00:00
hover.rs [ty] Implement patterns and typevars in the LSP (#21671) 2025-11-28 13:41:21 +00:00
importer.rs [ty] Fix auto-import code action to handle pre-existing import 2025-12-01 14:20:47 -05:00
inlay_hints.rs [ty] Implement patterns and typevars in the LSP (#21671) 2025-11-28 13:41:21 +00:00
lib.rs [ty] Rename `ReferenceRequestHandler` file (#21680) 2025-11-28 16:23:29 +01:00
markup.rs Update Rust toolchain to 1.89 (#19807) 2025-08-07 18:21:50 +02:00
references.rs [ty] Fix find references for type defined in stub (#21732) 2025-12-01 17:53:45 +01:00
rename.rs [ty] Fix find-references for import aliases (#21736) 2025-12-02 14:37:50 +01:00
selection_range.rs [ty] fix GotoTargets for keyword args in nested function calls (#20013) 2025-08-21 20:19:52 +00:00
semantic_tokens.rs [ty] Implement patterns and typevars in the LSP (#21671) 2025-11-28 13:41:21 +00:00
signature_help.rs [ty] Implement patterns and typevars in the LSP (#21671) 2025-11-28 13:41:21 +00:00
stub_mapping.rs [ty] Implement lsp support for string annotations (#21577) 2025-11-25 13:31:04 +00:00
symbols.rs [ty] Add "import ..." code-action for unresolved references (#21629) 2025-11-27 10:06:38 -05:00
workspace_symbols.rs [ty] Add "import ..." code-action for unresolved references (#21629) 2025-11-27 10:06:38 -05:00