A VS Code extension that enhances coding efficiency by providing contextual code suggestions and automatic import management.
Features
Insert Imports for Selected Components: Quickly add imports for selected components or functions directly into your file.
Context-Based Suggestions: Trigger Ctrl + Space for intelligent import suggestions based on your cursor’s current context.
Commands
Keyboard Shortcuts:
Ctrl + Shift + L - Save selected imports to be reused across your project.
Ctrl + Space - Show context-based import suggestions, including previously saved imports for quicker access.
Installation
Open Visual Studio Code.
Go to the Extensions view by clicking on the Extensions icon in the Activity Bar or pressing Ctrl + Shift + X.
Search for "ImportPlus" and click Install.
Usage
Trigger Import Suggestions: Place your cursor where you'd like an import suggestion and press Ctrl + Space to see a list of relevant imports.
Add Multiple Imports: Select and add multiple imports at once by using Ctrl + Shift + L.
Prevent Duplicate Imports: The extension will automatically merge imports from the same module into a single import statement if they already exist in the file.