You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It turns out that Typescript doesn't even support this properly — there aren't even any (good) completions in Typescript for class B implements /**/. And it's not a completion location at all, so you have to request completions manually in the first place.
We can wait to fix this issue until completions for Typescript interfaces is available, at which point it should be fairly simple.
Uh oh!
There was an error while loading. Please reload this page.
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.Checklist
My suggestion meets these guidelines:
This is a flow-on from #36292 cc: @sandersn
The text was updated successfully, but these errors were encountered: