Closed
Description
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)
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)