rust-analyzer/crates/ide_completion/src
Morgan Thomas f922b805fe - clean up match in ide_completion::completions::record::complete_record_literal
- use original instead of adjusted type in ide_completion::completions::record::complete_record
- don't even bother checking if we can complete union literals to Default or to struct update syntax
2022-03-12 07:35:13 -08:00
..
completions - clean up match in ide_completion::completions::record::complete_record_literal 2022-03-12 07:35:13 -08:00
render Suggest union literals, suggest union fields within an empty union literal 2022-03-12 06:58:43 -08:00
tests Suggest union literals, suggest union fields within an empty union literal 2022-03-12 06:58:43 -08:00
completions.rs Suggest union literals, suggest union fields within an empty union literal 2022-03-12 06:58:43 -08:00
config.rs internal: Re-arrange ide_db modules 2022-03-06 19:04:04 +01:00
context.rs Don't offer qualified path completions for buitlin derives 2022-03-10 21:22:13 +01:00
item.rs internal: Re-arrange ide_db modules 2022-03-06 19:04:04 +01:00
lib.rs Expand into pseudo-derive attribute expansions in completions 2022-03-10 20:53:50 +01:00
patterns.rs match_ast! takes a pattern to allow underscore usage 2021-12-14 12:44:31 +01:00
render.rs Suggest union literals, suggest union fields within an empty union literal 2022-03-12 06:58:43 -08:00
snippet.rs Move ide crates to new hir::Macro 2022-03-08 23:52:26 +01:00
tests.rs internal: Re-arrange ide_db modules 2022-03-06 19:04:04 +01:00