Skip to content

Add support for @template JSDoc #1178

Closed
@NoelAbrahams

Description

@NoelAbrahams

Hi, it will be useful to be able to document generic parameters:

/** The foo class.
  * @template TFirst ...
  * @template TSecond ... */
class Foo<TFirst, TSecond> {

}

var foo = new Foo< // Info

Metadata

Metadata

Assignees

Labels

CommittedThe team has roadmapped this issueFixedA PR has been merged for this issueSuggestionAn idea for TypeScript

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions