mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Load hints for part of the file only
This commit is contained in:
parent
9c0c199e96
commit
b1d8dae930
5 changed files with 107 additions and 20 deletions
|
@ -112,6 +112,7 @@ impl StaticIndex<'_> {
|
|||
max_length: Some(25),
|
||||
},
|
||||
file_id,
|
||||
None,
|
||||
)
|
||||
.unwrap();
|
||||
// hovers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue