Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Multi Import HelperNew to Visual Studio Code? Get it now.
Multi Import Helper

Multi Import Helper

Suraj Kumar Jha

|
5 installs
| (0) | Free
Easily import multiple exports from a module with autocompletion
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  1. Open a JavaScript or TypeScript file
  2. Press Ctrl+Shift+I (or Cmd+Shift+I on Mac) or run command "Import Multiple Exports"
  3. Enter the module path (e.g., @/components/ui/button)
  4. Select the exports you want to import (use Space to select multiple)
  5. The import statement is automatically added to your file

Demo

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

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft