mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Make completion resolve async
This commit is contained in:
parent
f6d2540df0
commit
74c3bbacc9
7 changed files with 115 additions and 52 deletions
|
@ -81,7 +81,7 @@ pub use crate::{
|
|||
};
|
||||
pub use completion::{
|
||||
CompletionConfig, CompletionItem, CompletionItemKind, CompletionResolveCapability,
|
||||
CompletionScore, ImportEdit, InsertTextFormat,
|
||||
CompletionScore, ImportEdit, ImportEditPtr, InsertTextFormat,
|
||||
};
|
||||
pub use ide_db::{
|
||||
call_info::CallInfo,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue