mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-10 02:12:40 +00:00
Add function references hover action
This commit is contained in:
parent
cd46255d7e
commit
07394316ff
6 changed files with 75 additions and 1 deletions
|
@ -165,6 +165,7 @@ export class Config {
|
|||
return {
|
||||
enable: this.get<boolean>("hoverActions.enable"),
|
||||
implementations: this.get<boolean>("hoverActions.implementations"),
|
||||
references: this.get<boolean>("hoverActions.references"),
|
||||
run: this.get<boolean>("hoverActions.run"),
|
||||
debug: this.get<boolean>("hoverActions.debug"),
|
||||
gotoTypeDef: this.get<boolean>("hoverActions.gotoTypeDef"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue