rust-analyzer/crates/ide-completion/src/tests
Chayim Refael Friedman b24142b50b Fix case where completion inside macro that expands to #[test] was unavailable
We ignore `#[test]` in the def map, so that's why it failed.
2025-01-06 22:02:24 +02:00
..
attribute.rs internal: Cleanup label structure of CompletionItem 2024-12-18 13:37:21 +01:00
expression.rs Hide synthetic locals from completions 2025-01-04 16:48:08 +01:00
flyimport.rs Allow flyimporting excluded trait items if there is an exact match in the name 2025-01-01 13:54:23 +01:00
fn_param.rs internal: Cleanup label structure of CompletionItem 2024-12-18 13:37:21 +01:00
item.rs Fix case where completion inside macro that expands to #[test] was unavailable 2025-01-06 22:02:24 +02:00
item_list.rs internal: Cleanup label structure of CompletionItem 2024-12-18 13:37:21 +01:00
pattern.rs internal: Cleanup label structure of CompletionItem 2024-12-18 13:37:21 +01:00
predicate.rs internal: Cleanup label structure of CompletionItem 2024-12-18 13:37:21 +01:00
proc_macros.rs internal: Cleanup label structure of CompletionItem 2024-12-18 13:37:21 +01:00
raw_identifiers.rs Automatically add semicolon when completing unit-returning functions 2024-09-08 23:41:16 +03:00
record.rs internal: Cleanup label structure of CompletionItem 2024-12-18 13:37:21 +01:00
special.rs Allow excluding specific traits from completion 2025-01-01 13:49:35 +01:00
type_pos.rs internal: Cleanup label structure of CompletionItem 2024-12-18 13:37:21 +01:00
use_tree.rs internal: Cleanup label structure of CompletionItem 2024-12-18 13:37:21 +01:00
visibility.rs fix(completion): super:: completion at crate root and module depth 2022-07-14 17:07:43 +05:30