Skip to content

Spelling correction fixes should not be case-agnostic for two equally weighted options #17219

Closed
@DanielRosenwasser

Description

@DanielRosenwasser

Occurs both as part of the error and as part of the fix.

class Greeter {
    name: string;

    constructor(name: string) {
        this.name = name;
    }

    greet(otherName: string) {
        conole/**/
    }
}

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptDomain: Error MessagesThe issue relates to error messagingDomain: Quick FixesEditor-provided fixes, often called code actions.Help WantedYou can do this

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions