feat(language-service): Append symbol type to hover tooltip (#34515)

Now that https://github.com/angular/angular/pull/34177 fixed the `TypeWrapper`
to have a proper name, we have the information needed to show the type
name in a hover tooltip.

PR Close #34515
This commit is contained in:
Keen Yee Liau
2019-12-20 10:26:24 -08:00
committed by Alex Rickabaugh
parent ca8b584097
commit 381b895a34
3 changed files with 24 additions and 14 deletions

View File

@ -15,7 +15,7 @@
"line": 5,
"offset": 30
},
"displayString": "(property) AppComponent.name",
"displayString": "(property) AppComponent.name: string",
"documentation": "",
"tags": []
}