Microsoft/TypeScript

Nested classes are not collapsible/expandable in Visual Studio

Open

#30,130 opened on 2019年2月27日

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
 (平均マージ 6d 17h) (30d で 9 merged PRs)

説明

Nested classes are not collapsible/expandable in Visual Studio.

export class ClassA{

    private ClassB = class{
        ...
    }

}

Code inside classB loses this functionality.

コントリビューターガイド