rust-analyzer/crates/ide_completion/src
bors[bot] 735b542146
Merge #11201
11201: fix: Fix completions not considering ancestor items for attribute search r=Veykril a=Veykril

Turns out we never filled the `CompletionContext` with the attribute expansion of attributed impls and traits when typing in the assoc items, as we were only considering the assoc item to have an attribute to expand.
bors r+

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2022-01-05 20:45:27 +00:00
..
completions refactor: apply review suggestions 2022-01-04 19:30:57 -03:00
render minor: Simplify 2022-01-04 10:56:28 +01:00
tests fix(completions): improve fn_param 2022-01-04 15:03:46 -03:00
completions.rs minor: Simplify 2022-01-04 10:56:28 +01:00
config.rs Simplify 2021-10-11 21:49:50 +02:00
context.rs fix: Fix completions not considering ancestor items for attribute search 2022-01-05 21:44:56 +01:00
item.rs Introduce SymbolKind::Derive 2021-12-04 18:18:09 +01:00
lib.rs Show case-insensitive exact matches instead of fuzzy flyimport for short paths 2021-12-11 14:47:11 +01:00
patterns.rs match_ast! takes a pattern to allow underscore usage 2021-12-14 12:44:31 +01:00
render.rs minor: Simplify 2022-01-04 10:56:28 +01:00
snippet.rs introduce hacks module 2021-12-28 18:57:13 +03:00
tests.rs Remove CompletionKind in favor of CompletionItemKind 2021-10-27 17:23:43 +02:00