rust-analyzer/crates/ra_ide/src/completion
bors[bot] 27a7718880
Merge #4128
4128: Include correct item path for variant completions r=matklad a=jonas-schievink

The test would previously suggest `E::V`, which is not enough to name the variant as the enum is in a module. Now it correctly suggests the full path `m::E::V`.

Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
2020-04-24 21:11:19 +00:00
..
complete_attribute.rs Adds attribute completions (#3941) 2020-04-24 17:54:52 +02:00
complete_dot.rs Move tests to where they belong 2020-04-24 01:26:27 +02:00
complete_fn_param.rs Drop needless trait 2020-04-09 23:02:10 +02:00
complete_keyword.rs Make sure that adding a snippet requires corresponding capability 2020-04-24 02:26:38 +02:00
complete_macro_in_item_position.rs Better label for macros completion 2020-04-24 13:25:37 +02:00
complete_pattern.rs Better label for macros completion 2020-04-24 13:25:37 +02:00
complete_postfix.rs Make sure that adding a snippet requires corresponding capability 2020-04-24 02:26:38 +02:00
complete_qualified_path.rs Don't omit methods with self from path completion 2020-04-24 21:46:18 +02:00
complete_record.rs Align grammar for record patterns and literals 2020-04-12 00:00:15 +02:00
complete_snippet.rs Make sure that adding a snippet requires corresponding capability 2020-04-24 02:26:38 +02:00
complete_trait_impl.rs Make sure that adding a snippet requires corresponding capability 2020-04-24 02:26:38 +02:00
complete_unqualified_path.rs Include correct item path for variant completions 2020-04-24 22:18:59 +02:00
completion_config.rs Honor snippet capability 2020-04-24 02:41:07 +02:00
completion_context.rs Adds attribute completions (#3941) 2020-04-24 17:54:52 +02:00
completion_item.rs Adds attribute completions (#3941) 2020-04-24 17:54:52 +02:00
presentation.rs Better label for macros completion 2020-04-24 13:25:37 +02:00
test_utils.rs feat: improve dot completions with scoring 2020-04-16 18:30:08 +02:00