Improve autocompletion by looking on the type and name
Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
This commit is contained in:
parent
7f143b154e
commit
b6a7be19d9
1 changed files with 1 additions and 3 deletions
|
|
@ -2,9 +2,7 @@
|
|||
|
||||
use std::fmt;
|
||||
|
||||
use super::completion_context::CompletionContext;
|
||||
use crate::call_info::call_info;
|
||||
use hir::{Documentation, HirDisplay};
|
||||
use hir::Documentation;
|
||||
use ra_syntax::TextRange;
|
||||
use ra_text_edit::TextEdit;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue