✨ Salespace Import Organizer is a Visual Studio Code extension that helps you keep your front-end projects clean and consistent by automatically organizing and formatting imports.
🔹 Features
Automatic Import Sorting (Salespace: Organize Imports):
Sorts imports alphabetically.
Groups imports by category (external libraries, internal modules, components, etc.).
Removes unused imports automatically.
⚡ How to Use
Open the Command Palette (Cmd+Shift+P / Ctrl+Shift+P).
Run "Salespace: Organize Imports".
Your imports will be automatically sorted and cleaned.
Alternatively, you can enable automatic organization on file save.
🛠 Requirements
Node.js installed
A front-end project configured in your workspace (React, Next.js, or similar).