Autocompletion/suggestions on imported or inherited types not happening
- Dominant language
- Rust
- Stars
- 22.3k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
Flow version: v0.98.1
## Expected behavior
Expecting that it should show suggestions based on the imported or inherited type
## Actual behavior
Not showing suggestions based on the type defined

* Link to Try-Flow or Github repo:
https://github.com/johhansantana/flow-type-checking-not-working
Check the 2 files called `TypeTest.js` and `TypeTest2.js`
It also doesn't work with something like this:
```javascript
import type {TitleProps} from "./Title";
export default () => {
const cardTitle: TitleProps = {
// <~ not suggesting
}
...
```
Contributor guide
Assessment
This issue has not been assessed yet.