Skip to content

"Show type" does not include type parameters #16

@DanielHeath

Description

@DanielHeath

When working on code like:

type Foo<U> = {
    bar: U
};

const baz: Foo<number> = {
    bar: 3
};

if I right-click and select 'view type' on baz, I get shown Foo but the CLI shows Foo<number>.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions