A VS Code extension that provides fast import suggestions from your project dependencies. It prioritizes packages from your package.json and works seamlessly with export-what.
✨ Features
🚀 Fast Import Suggestions - Quick access to all your project dependencies
📦 Smart Detection - Automatically detects dependencies from package.json
🔄 Live Updates - Watches for changes in your package dependencies
⚙️ Configurable - Customize trigger character, exclude packages, and more
🎯 Multi-language Support - Works with JavaScript, TypeScript, Vue, and more
📖 Usage
Type _ (or your configured trigger character)
Select _import-prompter from the suggestion list
Choose the package you want to import
Press Tab to jump back to the import statement
Press Space to select exported dependencies (works with export-what)
The extension will automatically detect new dependencies added to your package.json.
⚙️ Configuration
You can customize the extension behavior through VS Code settings: