- VS Code Version: 1.99.3
17baf841131aa23349f217ca7c570c76ee87b957
x64
- OS Version: N/A (happens on all)
Steps to Reproduce:
- Write some typescript code and use the syntax required by tsdoc
- Observe that hover documentation and highlighting completely ignore tsdoc and instead assume parity with jsdoc
- Cry in pain as you realize that despite being written in typescript, VSCode has shoddy typescript support
Examples:
Thinking that the mandatory hyphen after a parameter name is a markdown hint for a bullet point

Not recognizing the @defaultValue tag, and assuming @default and @defaultvalue

Not understanding @remarks, which is marked as core, meaning you are expected to recognize it
Not providing hover for @typeParam

(The list goes on...)
Also, this last remark isn't a bug, but it would be really, really great if you would support @inheritDoc for hover.
17baf841131aa23349f217ca7c570c76ee87b957
x64
Steps to Reproduce:
Examples:
Thinking that the mandatory hyphen after a parameter name is a markdown hint for a bullet point

Not recognizing the
@defaultValuetag, and assuming@defaultand@defaultvalueNot understanding
@remarks, which is marked as core, meaning you are expected to recognize itNot providing hover for

@typeParam(The list goes on...)
Also, this last remark isn't a bug, but it would be really, really great if you would support
@inheritDocfor hover.