rust-analyzer/crates/ra_ide/src/completion
Steffen Lyngbaek b6d6277362 Completition for type name? #3418
Iterate through TupleStructPat's until a MatchArm if
one exists. Store in a new is_pat_bind_and_path bool
and allow the `complete_scope` to find matches.

Added some tests to ensure it works in simple and nested cases.
2020-03-19 14:12:00 -07:00
..
complete_dot.rs Get tests working 2020-03-16 18:38:19 +01:00
complete_fn_param.rs Introduce completion test utils 2020-03-11 11:09:57 +01:00
complete_keyword.rs Introduce completion test utils 2020-03-11 11:09:57 +01:00
complete_macro_in_item_position.rs Introduce completion test utils 2020-03-11 11:09:57 +01:00
complete_path.rs Fix completion of HashMap::new 2020-03-13 13:04:32 +01:00
complete_pattern.rs wip 2020-03-16 18:38:19 +01:00
complete_postfix.rs Introduce completion test utils 2020-03-11 11:09:57 +01:00
complete_record_literal.rs Introduce completion test utils 2020-03-11 11:09:57 +01:00
complete_record_pattern.rs Introduce completion test utils 2020-03-11 11:09:57 +01:00
complete_scope.rs Completition for type name? #3418 2020-03-19 14:12:00 -07:00
complete_snippet.rs Introduce completion test utils 2020-03-11 11:09:57 +01:00
complete_trait_impl.rs Introduce completion test utils 2020-03-11 11:09:57 +01:00
completion_context.rs Completition for type name? #3418 2020-03-19 14:12:00 -07:00
completion_item.rs Fix completion tests 2020-03-12 22:03:30 +01:00
presentation.rs Don't use generic DB where a concrete one will do 2020-03-13 17:58:49 +01:00
test_utils.rs Introduce completion test utils 2020-03-11 11:09:57 +01:00