Thanks for https://github.com/Microsoft/TypeScript/pull/5185 :rose:. Would be great if we could get refactoring support for string literals ``` ts type Foo = "aReallyLong" | "bReallyLong"; // allow me to rename any of these values let foo:Foo; foo = "aReallyLong"; // allow me to rename this value ``` refs https://github.com/Microsoft/TypeScript/issues/5554#issuecomment-155622379