126
The Unused Assets Remover is a tool designed to help developers maintain a clean and efficient codebase by identifying and removing unused static assets such as images and icons. This extension is handy for projects using frameworks like Next.js, where static files can accumulate over time.
Automatic Scanning: The extension automatically scans your public or custom assets folder to detect unused files.
Comprehensive File Support: Supports JavaScript, TypeScript, HTML, JSON, CSS files, and more.
Preview and Selection: Allows you to preview and select unused files before deletion, ensuring no accidental removals.
Configurable: Fully configurable via input prompts, allowing you to define folders to ignore and specify search prefixes.
Safe and Secure: No external calls or telemetry, and modifications are limited to your workspace folder.
This extension is open source and available for free, encouraging contributions to improve its detection logic and performance. It is an essential tool for developers looking to optimize their projects by removing unnecessary assets, ultimately leading to a cleaner and lighter codebase.
Built with