Microsoft/TypeScript

Nested classes are not collapsible/expandable in Visual Studio

Open

#30,130 opened on Feb 27, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (6,726 forks)batch import
Experience EnhancementHelp WantedSuggestion

Repository metrics

Stars
 (48,455 stars)
PR merge metrics
 (Avg merge 6d 17h) (9 merged PRs in 30d)

Description

Nested classes are not collapsible/expandable in Visual Studio.

export class ClassA{

    private ClassB = class{
        ...
    }

}

Code inside classB loses this functionality.

Contributor guide