We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@link
Add an option to report unresolved @link symbols in JSDoc comments.
This can help catch some simple mistakes and also alert the user to cases where our IntelliSense doesn't understand the jsdocs symbol
/** * {@link food} <- Should been an error here */ const foo = 12
We'd use this in vscode for both our main codebase and for our vscode.d.ts file.
vscode.d.ts
I imagine this would also be quite useful for maintaining definitely typed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Suggestion
π Search Terms
@link
β Suggestion
Add an option to report unresolved
@link
symbols in JSDoc comments.This can help catch some simple mistakes and also alert the user to cases where our IntelliSense doesn't understand the jsdocs symbol
π Motivating Example
π» Use Cases
We'd use this in vscode for both our main codebase and for our
vscode.d.ts
file.I imagine this would also be quite useful for maintaining definitely typed
Related issues
The text was updated successfully, but these errors were encountered: