Skip to content

CodeFix for 'Implement inherited abstract class' has repeated entry #13814

Closed
@normalser

Description

@normalser

image

I guess due to the fact that it has 2 abstract methods that need to be implemented:

export abstract class BaseParser {
    abstract pattern(): RegExp
    abstract execute(text:string, ref: Date, opt: {}):any[];
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptDomain: Quick FixesEditor-provided fixes, often called code actions.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions