js-autoimport
js-autoimport copied to clipboard
Suggest imports from modules used in other files
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?