mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Add References code lens.
For Struct, Enum, Union and Trait symbols.
This commit is contained in:
parent
fb2b9c7212
commit
3618c4e0d3
5 changed files with 52 additions and 33 deletions
|
@ -144,6 +144,7 @@ export class Config {
|
|||
debug: this.get<boolean>("lens.debug"),
|
||||
implementations: this.get<boolean>("lens.implementations"),
|
||||
methodReferences: this.get<boolean>("lens.methodReferences"),
|
||||
references: this.get<boolean>("lens.references"),
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue