Multi Import Helper
Streamline your JavaScript/TypeScript workflow by importing multiple exports from a module in one command.
Features
- 🚀 Smart Export Detection: Automatically detects all exports from your modules
- 🎯 Multi-Select Interface: Choose multiple exports using VS Code's QuickPick UI
- 🔧 Path Alias Support: Handles
@/ and custom tsconfig path mappings
- 🔄 Import Merging: Automatically merges with existing imports
- ⚙️ Configurable: Customize sorting and formatting behavior
- ⌨️ Keyboard Shortcut: Quick access with
Ctrl+Shift+I (or Cmd+Shift+I on Mac)
Usage
- Open a JavaScript or TypeScript file
- Press
Ctrl+Shift+I (or Cmd+Shift+I on Mac) or run command "Import Multiple Exports"
- Enter the module path (e.g.,
@/components/ui/button)
- Select the exports you want to import (use Space to select multiple)
- The import statement is automatically added to your file

Configuration
multiImportHelper.maxInlineExports: Maximum exports to show inline (default: 3)
multiImportHelper.sortExports: Sort exports alphabetically (default: true)
Requirements
Works with JavaScript, TypeScript, JSX, and TSX files.
Release Notes
0.0.1
Initial release of Multi Import Helper
| |