Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

String Literal autocomplete support #5603

Closed
basarat opened this issue Nov 11, 2015 · 1 comment
Closed

String Literal autocomplete support #5603

basarat opened this issue Nov 11, 2015 · 1 comment
Labels
Duplicate An existing issue was already created

Comments

@basarat
Copy link
Contributor

basarat commented Nov 11, 2015

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)

@DanielRosenwasser
Copy link
Member

Looks like a duplicate of #606. Thanks for filing though.

@DanielRosenwasser DanielRosenwasser added the Duplicate An existing issue was already created label Nov 11, 2015
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

2 participants