TypeScript/tests/baselines/reference/jsdocReturnsTag.baseline
Nathan Shively-Sanders dcc27ebaf2
@link support, second try (#43312)
* Revert "Revert "Editor support for link tag (#41877)" (#43302)"

This reverts commit 451d4354b9.

* Fix parsing @link at end of comment

* Parse comments as string when no @link occurs

* fix lint
2021-03-22 16:39:35 -07:00

163 lines
3.7 KiB
Plaintext

[
{
"marker": {
"fileName": "/tests/cases/fourslash/dummy.js",
"position": 154,
"name": ""
},
"signatureHelp": {
"items": [
{
"isVariadic": false,
"prefixDisplayParts": [
{
"text": "find",
"kind": "functionName"
},
{
"text": "(",
"kind": "punctuation"
}
],
"suffixDisplayParts": [
{
"text": ")",
"kind": "punctuation"
},
{
"text": ":",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "any",
"kind": "keyword"
}
],
"separatorDisplayParts": [
{
"text": ",",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
}
],
"parameters": [
{
"name": "l",
"documentation": [],
"displayParts": [
{
"text": "l",
"kind": "parameterName"
},
{
"text": ":",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "any",
"kind": "keyword"
},
{
"text": "[",
"kind": "punctuation"
},
{
"text": "]",
"kind": "punctuation"
}
],
"isOptional": false,
"isRest": false
},
{
"name": "x",
"documentation": [],
"displayParts": [
{
"text": "x",
"kind": "parameterName"
},
{
"text": ":",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "any",
"kind": "keyword"
}
],
"isOptional": false,
"isRest": false
}
],
"documentation": [
{
"text": "Find an item",
"kind": "text"
}
],
"tags": [
{
"name": "template",
"text": [
{
"text": "T",
"kind": "text"
}
]
},
{
"name": "param",
"text": [
{
"text": "l",
"kind": "text"
}
]
},
{
"name": "param",
"text": [
{
"text": "x",
"kind": "text"
}
]
},
{
"name": "returns",
"text": [
{
"text": "The names of the found item(s).",
"kind": "text"
}
]
}
]
}
],
"applicableSpan": {
"start": 152,
"length": 2
},
"selectedItemIndex": 0,
"argumentIndex": 0,
"argumentCount": 1
}
}
]