mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Add doc(alias)-based function name completion
This commit is contained in:
parent
410acd7188
commit
f87f468dbd
2 changed files with 47 additions and 0 deletions
|
@ -147,6 +147,8 @@ fn render(
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
item.doc_aliases(ctx.doc_aliases);
|
||||
item
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue