We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
One way of documenting JS code inline is described by https://jsdoc.app/ . However, TypeScript and VS Code don't support the @link tag.
@link
An example of a file using inline documentation can be seen here:
https://github.com/microsoft/vscode/blob/8486d683444d324eaaa53ec41e5be7b47fd47a6a/src/vs/vscode.d.ts
Examples:
@param
@return
[anchor text](url-here)