Skip to content

Outline view does not show props of typescript type #960

@nimo23

Description

@nimo23

When using typescript interface instead of type:

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

the props are shown in the editor's 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 Outline view (e.g. VSCode or Eclipse Editor Outline View)

Please show the props in the Ouline view also for typescript type.

See eclipse-wildwebdeveloper/wildwebdeveloper#1753 (comment) for more information.

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