Skip to content

Populate inheritied properties and methods in completion list inside a class #7158

@mhegazy

Description

@mhegazy
abstract calss B {
    abstract getValue() : number;
}

class C extends B {
    | // <= expect getValue to show.
}

Metadata

Metadata

Assignees

Labels

FixedA PR has been merged for this issueHelp WantedYou can do thisSuggestionAn idea for TypeScriptVS Code TrackedThere is a VS Code equivalent to this issue

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions