Skip to content

feat: create an IDE plugin for type-test errors #56

Description

@martyy-code

Description

Create a VS Code plugin (and consider JetBrains IDE support) that renders type-test failure messages inline, with direct links to the relevant documentation in the web app cookbook.

Why

When tsc fails on a type test, developers see a wall of cryptic compiler output. An IDE plugin can parse the error, render it as a readable diff (expected vs received), and offer a "Learn more" link to the cookbook page for that type pattern.

Acceptance criteria

Risks

  • High effort. IDE plugins require maintenance, marketplace setup, and ongoing compatibility work.

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:apiChainable API (check / assert / expect)enhancementNew feature or request

    Fields

    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions