mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Add abi string completions
This commit is contained in:
parent
d3f3b6a87f
commit
c83081879f
3 changed files with 106 additions and 0 deletions
|
@ -154,6 +154,7 @@ pub fn completions(
|
|||
completions::attribute::complete_attribute(&mut acc, &ctx);
|
||||
completions::attribute::complete_known_attribute_input(&mut acc, &ctx);
|
||||
completions::dot::complete_dot(&mut acc, &ctx);
|
||||
completions::extern_abi::complete_extern_abi(&mut acc, &ctx);
|
||||
completions::flyimport::import_on_the_fly(&mut acc, &ctx);
|
||||
completions::fn_param::complete_fn_param(&mut acc, &ctx);
|
||||
completions::format_string::format_string(&mut acc, &ctx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue