TSDoc tag excluded from IntelliSense #77261
Labels
*as-designed
Described behavior is as designed
feature-request
Request for new features or functionality
javascript
JavaScript support issues
A TSDoc tag excluded from the IntelliSense display would be useful. If type declarations are used to generate the full API docs, there may be some things (eg very lengthy descriptions or examples) you want in the docs but not cluttering the small IntelliSense box.
I think it's nice to have
@remarks
in IntelliSense as a midsize extended description.VSCode right now lists all tags, including unrecognized custom tags. So it seems to be impossible to get docs-only tags even if you defined custom tags.
Possible tags
@extended
@extendedExample
:The text was updated successfully, but these errors were encountered: