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
164 stars 62 forks source link

Ambiguous module resolution? #103

Open scottbarrow opened 4 years ago

scottbarrow commented 4 years ago

What happens when there are ambiguous results for an module e.g. With both Storybook and React, Storybook takes precedence over React's named useEffect module