soates / Auto-Import

vscode extension that will automatically finds, parses and provides code actions for all available imports. Only currently works with files in your folder and TypeScript.
MIT License
165 stars 62 forks source link

Imort for flow types #86

Open Noitidart opened 6 years ago

Noitidart commented 6 years ago

Hi there,

Is there a chance we can get this to work with flow types? Flow types are exactly the same as javascript its just export type { blah } inestead of export { blah }. And the reverse import type { blah } from '....'.

dawsbot commented 6 years ago

It sounds like the infrastructure would be in-place for this already thanks to the typescript support? Do any of the core contributors want to chime in here?