microsoft / tsdoc

A doc comment standard for TypeScript
https://tsdoc.org/
MIT License
4.67k stars 131 forks source link

Can inherit doc also copy the TSDoc when I hover? #377

Open Blankeos opened 2 months ago

Blankeos commented 2 months ago

Honestly don't know how @inheritDoc or @inheritdoc works. Can't we also make it copy the docs so that we don't have to repeat it? Will that be a valid use-case? Just wondering.

I'm assuming this tag is useful for library devs but is this tag just not useful for application devs?

image

image