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.
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:
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: