rust-analyzer/crates/ra_ide/src/completion
Florian Diebold 0a9ea782eb Fix completion of trait items
Trait items should be public by default.
2020-03-14 20:48:36 +01:00
..
complete_dot.rs Fix completion of trait items 2020-03-14 20:48:36 +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 Introduce completion test utils 2020-03-11 11:09:57 +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 Add test for completion of unresolved items 2020-03-13 09:30:21 +01: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 Introduce CompletionOptions 2020-03-10 18:40:22 +01: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