ruff/crates/ty_ide/src
Andrew Gallant 765257bdce [ty] Filter out "unimported" from the current module
Note that this doesn't change the evaluation results unfortunately.
In particular, prior to this fix, the correct result was ranked above
the redundant result. Our MRR-based evaluation doesn't care about
anything below the rank of the correct answer, and so this change isn't
reflected in our evaluation.

Fixes astral-sh/ty#1445
2025-10-29 09:13:49 -04:00
..
all_symbols.rs [ty] Add module to result returned by "all symbols" API 2025-09-17 13:59:28 -04:00
completion.rs [ty] Filter out "unimported" from the current module 2025-10-29 09:13:49 -04:00
doc_highlights.rs [ty] Added support for "document highlights" language server feature. (#19515) 2025-07-24 13:06:25 -07:00
docstring.rs [ty] render docstrings in hover (#19882) 2025-08-13 14:59:20 +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
goto.rs [ty] Implement go-to for binary and unary operators (#21001) 2025-10-21 19:25:41 +02:00
goto_declaration.rs [ty] Make initializer calls GotoTargets (#20014) 2025-09-02 14:49:14 -04:00
goto_definition.rs [ty] Consider __len__ when determining the truthiness of an instance of a tuple class or a @final class (#21049) 2025-10-24 09:29:55 +00:00
goto_references.rs [ty] Use dedent in cursor tests (#20019) 2025-08-21 10:31:54 +02:00
goto_type_definition.rs [ty] Sync vendored typeshed stubs (#20876) 2025-10-15 11:13:32 +02:00
hover.rs [ty] Implement go-to for binary and unary operators (#21001) 2025-10-21 19:25:41 +02:00
importer.rs [ty] Fix auto import for files with from __future__ import (#20987) 2025-10-21 08:14:39 +02:00
inlay_hints.rs [ty] Do not re-export ide_support attributes from types (#20769) 2025-10-08 17:45:28 +02:00
lib.rs [ty] Support goto-definition on vendored typeshed stubs (#21020) 2025-10-21 13:38:40 -04:00
markup.rs Update Rust toolchain to 1.89 (#19807) 2025-08-07 18:21:50 +02:00
references.rs [ty] Implement go-to for binary and unary operators (#21001) 2025-10-21 19:25:41 +02:00
rename.rs [ty] render docstrings in hover (#19882) 2025-08-13 14:59:20 +00: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] Infer type for implicit self parameters in method bodies (#20922) 2025-10-23 09:34:39 +02:00
signature_help.rs [ty] Do not re-export ide_support attributes from types (#20769) 2025-10-08 17:45:28 +02:00
stub_mapping.rs [ty] Support goto-definition on vendored typeshed stubs (#21020) 2025-10-21 13:38:40 -04:00
symbols.rs [ty] Add some completion ranking improvements (#20807) 2025-10-15 08:59:33 +00:00
workspace_symbols.rs [ty] Rejigger workspace symbols for more efficient caching 2025-08-23 12:53:41 -04:00