Skip to content

[Request] A way to add JSDoc comments to a module declaration #59

@LorisSigrist

Description

@LorisSigrist

Using the declare module syntax opens a new opportunity: ✨module descriptions✨

By adding a JSDoc comment above a declare module statement, we can tell intellisense to show a module description.

/** My super cool module */
declare module "my-module" { ... }
Screenshot 2023-10-03 at 13 42 33

I suggest adding a field to the createBundle options to add these comments.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions