angular-cn/integration/language_service_plugin/goldens/quickinfo.json

22 lines
392 B
JSON

{
"seq": 0,
"type": "response",
"command": "quickinfo",
"request_seq": 2,
"success": true,
"body": {
"kind": "angular",
"kindModifiers": "what does this do?",
"start": {
"line": 5,
"offset": 26
},
"end": {
"line": 5,
"offset": 30
},
"displayString": "property name of AppComponent",
"documentation": "",
"tags": []
}
}