flow / flow-for-vscode

Flow for Visual Studio Code
Other
994 stars 111 forks source link

Hints / suggestions / autocomplete are missing for object keys #333

Open lxe opened 5 years ago

lxe commented 5 years ago

When types are available, key/property suggestions should be recommended by flow.

Expected Behavior (TypeScript):

Screen Shot 2019-05-05 at 8 01 45 AM

Observed Behavior (flow-for-vscode with TS/JS VSCode extensions disabled):

Screen Shot 2019-05-05 at 8 04 10 AM

It does work for classes, as demonstrated in the Readme:

Screen Shot 2019-05-05 at 8 14 35 AM
Mayank1791989 commented 5 years ago

@lxe The issue is in flow. I saw the discussion of this somewhere in flow repo don't remember where. Please also open issue there.