Skip to content

String Literal autocomplete support #5603

Closed
@basarat

Description

@basarat

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

type Foo = "aReallyLong" | "bReallyLong";
let foo:Foo;
foo = "aReallyLong"; // allow me to autocomplete this

refs #5554 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    DuplicateAn existing issue was already created

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions