Auto-Import
Auto-Import copied to clipboard
Support default exports
I know default exports aren't required to have a name but there is a common pattern where a default export also has a name:
export default class MyClass {}
Is there any way this plugin can support autocomplete when I try to use MyClass somewhere and automatically add import MyClass from './my-file';?
Absolutely.. Great suggestion!