mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Add completion module tailored towards visibility modifiers
This commit is contained in:
parent
661d721e20
commit
136dadac9a
8 changed files with 76 additions and 38 deletions
|
@ -154,6 +154,7 @@ pub fn completions(
|
|||
completions::attribute::complete_known_attribute_input(&mut acc, &ctx);
|
||||
completions::attribute::complete_attribute(&mut acc, &ctx);
|
||||
completions::use_::complete_use_tree(&mut acc, &ctx);
|
||||
completions::vis::complete_vis(&mut acc, &ctx);
|
||||
completions::fn_param::complete_fn_param(&mut acc, &ctx);
|
||||
completions::keyword::complete_expr_keyword(&mut acc, &ctx);
|
||||
completions::snippet::complete_expr_snippet(&mut acc, &ctx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue