Skip to content

String Literal refactoring support #5602

Closed
@basarat

Description

@basarat

Thanks for #5185 🌹. Would be great if we could get refactoring support for string literals

type Foo = "aReallyLong" | "bReallyLong"; // allow me to rename any of these values
let foo:Foo;
foo = "aReallyLong"; // allow me to rename this value

refs #5554 (comment)

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