Skip to content

Feature Request: File Outline View for TypeScript #10788

@MartinHaeusler

Description

@MartinHaeusler

It would be very useful to have a structural outline of the currently opened TypeScript file in VScode.

For an example of what I mean, check out this screenshot of an outline from a Java file in Eclipse:

outline

It displays the names of all types on top-level, and folded within them are the names of all fields and methods, including their names as well as parameter and return types. Clicking on a member in the outline jumps to the declaration. The icons indicate if the method is public (green) or protected (yellow).

As somebody who used Eclipse extensively in the past, I find it very difficult to program without such a view.

Metadata

Metadata

Assignees

No one assigned

    Labels

    *duplicateIssue identified as a duplicate of another issue(s)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions