9b9116c79d
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
23 lines
383 B
JSON
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": []
|
|
}
|
|
}
|