-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
Domain: JSDocRelates to JSDoc parsing and type generationRelates to JSDoc parsing and type generationFixedA PR has been merged for this issueA PR has been merged for this issueHelp WantedYou can do thisYou can do thisSuggestionAn idea for TypeScriptAn idea for TypeScriptVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue
Milestone
Description
Example:
/**
* @param who who to greet
*/
function hello(who: string) {
return `Hello, ${who}`;
}
Renaming the who
argument currently does not update the @param who
annotation, which is then left as incorrect and no longer works.
That's just one example - it would be nice if JSDoc blocks were automatically corrected everywhere.
thorn0, ethanresnick, rozzzly, thekalinga, aluanhaddad and 1 more
Metadata
Metadata
Assignees
Labels
Domain: JSDocRelates to JSDoc parsing and type generationRelates to JSDoc parsing and type generationFixedA PR has been merged for this issueA PR has been merged for this issueHelp WantedYou can do thisYou can do thisSuggestionAn idea for TypeScriptAn idea for TypeScriptVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue