Closed
Description
From: microsoft/vscode#28624
TypeScript Version: 2.3.5
Code
/**
* @see {@link https://api.jquery.com/bind/#bind-eventType-eventData-handler}
*/
function foo() {
}
Hover over foo
Bug
The following docs are returned:
Result: {
"kind": "function",
"kindModifiers": "",
"start": {
"line": 4,
"offset": 10
},
"end": {
"line": 4,
"offset": 13
},
"displayString": "function foo(): void",
"documentation": "",
"tags": [
{
"name": "see",
"text": "{"
},
{
"name": "link",
"text": "https://api.jquery.com/bind/#bind-eventType-eventData-handler}"
}
]
}