Keen Yee Liau 9b9116c79d 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
2019-12-20 14:40:04 -08:00

23 lines
383 B
JSON

{
"seq": 0,
"type": "response",
"command": "quickinfo",
"request_seq": 2,
"success": true,
"body": {
"kind": "property",
"kindModifiers": "",
"start": {
"line": 5,
"offset": 26
},
"end": {
"line": 5,
"offset": 30
},
"displayString": "(property) AppComponent.name: string",
"documentation": "",
"tags": []
}
}