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

Autocompletion for built-in types #3407

Closed
aight8 opened this issue Feb 20, 2017 · 1 comment
Closed

Autocompletion for built-in types #3407

aight8 opened this issue Feb 20, 2017 · 1 comment

Comments

@aight8
Copy link

aight8 commented Feb 20, 2017

There are several built-in types. It were nice and state-of-the-art if flow could suggest those types while typing. (like typescript)

let x: Ob|

Ctrl+Space at | in the editor (or just fetch suggestion from flow server).

Should return "Object" or any other built-int type (or even declared types which match).

Or:

$Flow|

this would list all the built in types which starts with $Flow.

This would be a useful feature, and would make flow much better, like intelli-sense, from MicroSoft

@asolove
Copy link
Contributor

asolove commented Aug 21, 2017

@aight8 Flow now has a number of great editor integrations that offer various forms of autocomplete and other tools.. I personally can highly recommend the VSCode one.

If you have a specific question about those integrations, I'm happy to try to help, but I think this issue can be closed as not a problem with the Flow code itself. (@calebmer)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants