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
I pretty regularly define Zod schemas with inline JSDoc comments. VSCode/IntelliSense picks these up and includes them when showing types on hover, even for the inferred types:
TypeDoc with this plugin, however, only shows the comment for the object schema type on the Zod schema variable, not on the type definition:
It would be great to have the JSDoc entry copied over into the type definition as well, so that the "Some example documentation" line shows on the Type Alias page shown in the first TypeDoc screenshot.
Is this possible?
The text was updated successfully, but these errors were encountered:
I pretty regularly define Zod schemas with inline JSDoc comments. VSCode/IntelliSense picks these up and includes them when showing types on hover, even for the inferred types:
TypeDoc with this plugin, however, only shows the comment for the object schema type on the Zod schema variable, not on the type definition:
It would be great to have the JSDoc entry copied over into the type definition as well, so that the "Some example documentation" line shows on the Type Alias page shown in the first TypeDoc screenshot.
Is this possible?
The text was updated successfully, but these errors were encountered: