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

Can't import separate functions from date-fns #64

Open dskopa-softdev opened 7 years ago

dskopa-softdev commented 7 years ago

When i start typing function name, it suggests the right option, but when i press Enter, it inserts module name and function name after slash. The import statement is also wrong. So i have to fix it manually: