Skip to content

Eclipse outline view does not show props of typescript type #1753

@nimo23

Description

@nimo23

When using typescript interface instead of type:

export interface User {
     id?: string | undefined;
     username: string;
}

the props are shown in the Eclipse outline view.

However, when I have a typical typescript type:

 export type User = {
     id?: string | undefined;
     username: string;
}

the props are not shown in the Eclipse outline view:

outline-view-types

Please show the props in the Eclipse ouline view also for typescript a type.

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