Skip to content

Goto Implementation should suggest all subtypes #29724

@dbaeumer

Description

@dbaeumer

Steps to reproduce:

interface Person {
}

class Teacher implements Person {
}

class SeniorTeacher extends Teacher {
}

Goto implementation on Person only lists Teacher. It should list SeniorTeacher as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptHelp WantedYou can do this

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions