Skip to content

Add JSDoc to typings for better DX in IDEs #123

Closed
@MarkPollmann

Description

@MarkPollmann

Describe the feature you'd like:

If I start typing library functions in VS Code all I see in the IntelliSense tooltip is the import statement:

sad-function

As far as I know this could be easily fixed by adding JSDoc in the typings/index.d.ts file so the developer quickly sees a short overview of what this function does and which parameters are expected.

Suggested implementation:

I can start annotating the exported functions 🙂

Describe alternatives you've considered:

Teachability, Documentation, Adoption, Migration Strategy:

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions