Skip to content

Auto-imports in vscode is broken #25

@SpaceK33z

Description

@SpaceK33z

Need to look into why adding types to the package.json lead vscode into stopping providing auto-import. It does seem that there is something wrong with some of the exports;

  • PropTypes.ts file doesn't seem to be generated
  • @types packages are not provided to the user
  • styled-components.d.ts is giving an error (which the original styled-components file doesn't)

Maybe fixing that will automatically fix the auto-imports. Or maybe vscode's IntelliSense just works differently when there are types, but how???

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions