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/suggestions on imported or inherited types not happening #7722

Open
johhansantana opened this issue May 14, 2019 · 0 comments

Comments

@johhansantana
Copy link

johhansantana commented May 14, 2019

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
autocomplete2

Check the 2 files called TypeTest.js and TypeTest2.js

It also doesn't work with something like this:

import type {TitleProps} from "./Title";

export default () => {
    const cardTitle: TitleProps = {
       // <~ not suggesting 
    }
...
@johhansantana johhansantana changed the title Autocompletion/suggestions on imported and inherited types not happening Autocompletion/suggestions on imported or inherited types not happening May 14, 2019
@goodmind goodmind added the LSP label May 15, 2019
@goodmind goodmind added autocomplete and removed LSP labels Jul 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants