mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-05 01:38:47 +00:00
27a7718880
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> |
||
---|---|---|
.. | ||
complete_attribute.rs | ||
complete_dot.rs | ||
complete_fn_param.rs | ||
complete_keyword.rs | ||
complete_macro_in_item_position.rs | ||
complete_pattern.rs | ||
complete_postfix.rs | ||
complete_qualified_path.rs | ||
complete_record.rs | ||
complete_snippet.rs | ||
complete_trait_impl.rs | ||
complete_unqualified_path.rs | ||
completion_config.rs | ||
completion_context.rs | ||
completion_item.rs | ||
presentation.rs | ||
test_utils.rs |