Easy Import
Quick file importing for Visual Studio Code. Easily search and import files from your workspace with a convenient file picker.
Features
- Quick file search and import through Command Palette
- Automatically formats imports with your project's path alias
- Supports TypeScript and JavaScript files
- Places cursor between import braces for quick export selection
Usage
- Open Command Palette (Cmd+Shift+P / Ctrl+Shift+P)
- Type "Easy Import"
- Select your file from the quick pick menu
- Import statement is automatically inserted at cursor position
Extension Settings
This extension contributes the following settings:
easyImport.pathAlias : Path alias to use in imports (default: "~")
Release Notes
1.0.0
Initial release of Easy Import
| |