A VSCode TypeScript extension that displays JSDoc comments from union type members directly in your editor's quick info (hover) tooltips.
JS Doc comment for union members in Quick Info |
Snippet Completions for template union members |
Important
Issues please to the TS language plugin repository
By default, when you use a value from a union type, TypeScript's quick info just shows the literal value or the base union type. Documentation associated with that specific member of the union is ignored.
It wraps the TS compiler plugin ts-union-docs-plugin and acivates it for the VSCode internal TypeScript compiler. The real magic happens here: https://github.com/Serveny/ts-union-docs-plugin
None

