rust-analyzer/crates/ide-completion/src/render
bors 420a038da9 Auto merge of #14513 - hecatia-elegua:alias-based-completion2, r=Veykril
doc(alias)-based completion round 2

Follow-up on #14433
We can now complete fields, functions and some use/mods.
Flyimports don't behave, I don't really have the time to understand the structure there either.
While reading the flyimport code, I removed one method only used there, the closure-tree was a bit confusing, I can revert that if you want.
2023-04-24 06:34:25 +00:00
..
const_.rs Remove non-needed clones 2022-12-23 02:20:03 -05:00
function.rs Add doc(alias)-based function name completion 2023-04-05 19:35:21 +02:00
literal.rs Trigger call info for more completions of signature having things 2023-02-14 17:05:07 +01:00
macro_.rs Spelling 2023-04-19 09:45:55 -04:00
pattern.rs Auto merge of #13789 - feniljain:fix_enum_completion, r=Veykril 2023-03-18 07:06:27 +00:00
type_alias.rs Remove non-needed clones 2022-12-23 02:20:03 -05:00
union_literal.rs Trigger call info for more completions of signature having things 2023-02-14 17:05:07 +01:00
variant.rs return immediately from render_record_lit if snippet_cap is None 2023-01-04 12:55:05 -05:00