mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Refactor reference searching to work with the ast
This commit is contained in:
parent
43ccbf4360
commit
d644728d82
8 changed files with 488 additions and 405 deletions
|
@ -73,7 +73,7 @@ pub use crate::{
|
|||
inlay_hints::{InlayHint, InlayHintsConfig, InlayKind},
|
||||
markup::Markup,
|
||||
prime_caches::PrimeCachesProgress,
|
||||
references::{rename::RenameError, Declaration, ReferenceSearchResult},
|
||||
references::{rename::RenameError, ReferenceSearchResult},
|
||||
runnables::{Runnable, RunnableKind, TestId},
|
||||
syntax_highlighting::{
|
||||
tags::{Highlight, HlMod, HlMods, HlPunct, HlTag},
|
||||
|
@ -94,7 +94,7 @@ pub use ide_db::{
|
|||
call_info::CallInfo,
|
||||
label::Label,
|
||||
line_index::{LineCol, LineIndex},
|
||||
search::{FileReference, ReferenceAccess, ReferenceKind, SearchScope},
|
||||
search::{FileReference, ReferenceAccess, SearchScope},
|
||||
source_change::{FileSystemEdit, SourceChange},
|
||||
symbol_index::Query,
|
||||
RootDatabase,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue