Suggestion
Add code completions in jsDoc @augments and @implements clauses.
Use Cases
Anybody using the new @implements and @augments jsDoc tags will benefit from this.
Examples
Inside the {} triggering code completions should show types.
/** * @augments {} * @implements {} */declareclassB{b(): void;i(): void;}Checklist
My suggestion meets these guidelines:
This is a flow-on from #36292 cc: Nathan Shively-Sanders (@sandersn)
Suggestion
Add code completions in jsDoc
@augmentsand@implementsclauses.Use Cases
Anybody using the new
@implementsand@augmentsjsDoc tags will benefit from this.Examples
Inside the
{}triggering code completions should show types.Checklist
My suggestion meets these guidelines:
This is a flow-on from #36292 cc: Nathan Shively-Sanders (@sandersn)