autocomplete with maps
Open
autocomplete
feature request
- Dominant language
- Rust
- Stars
- 22.3k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
``` js
const foo: {[key: 'hello']: number} = {hello: 3}
```
This type checks but `foo.he|` does not autocomplete.
This is helpful with things like `StyleSheet` or immutable.js. See here for a use case: https://github.com/facebook/flow/issues/362#issuecomment-245820808
Contributor guide
Assessment
This issue has not been assessed yet.