Add function references hover action

This commit is contained in:
Lukas Wirth 2021-06-04 15:49:43 +02:00
parent cd46255d7e
commit 07394316ff
6 changed files with 75 additions and 1 deletions

View file

@ -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"),