mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Add imports in auto completion
This commit is contained in:
parent
0a658c4a97
commit
f62e8616c8
14 changed files with 199 additions and 130 deletions
|
@ -49,6 +49,7 @@ pub use hir_def::{
|
|||
builtin_type::BuiltinType,
|
||||
docs::Documentation,
|
||||
find_path::PrefixKind,
|
||||
import_map::Query,
|
||||
item_scope::ItemInNs,
|
||||
nameres::ModuleSource,
|
||||
path::{ModPath, PathKind},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue