js-autoimport icon indicating copy to clipboard operation
js-autoimport copied to clipboard

Suggest imports from modules used in other files

Open midgethoen opened this issue 8 years ago • 0 comments

I found this awesome package because of the following use case :

I typically import some module exports in a lot of different files. for instance from react-bootstrap or react-intl. It would be very helpful when I have, for instance, imported injectIntl from react-intl in one file, that I can 'autoimport' it in another file.

I love the package, but afaik it doesn't cover this scenario yet; Maybe it would be a nice feature to add?

midgethoen avatar Oct 12 '16 11:10 midgethoen