Find Unused Files VSCode ExtensionThis Visual Studio Code (VSCode) extension helps you find unused files(Dead File) in your projects. InstallationYou can install this extension directly from the Visual Studio Code Marketplace. Just search for "Find Unused Files". UsageAfter installation, you can use the extension by following these steps:
The extension will then search your project for unused files and display a message with the results. The results will also be saved in a file named Additionally, you can add more file types for the extension to consider while searching for unused files:
The extension will then update the file types it searches for in your project. You can also manually add or remove file types in the VSCode settings. Go to File > Preferences > Settings, search for "Find Unused Files", and then add or remove file types in the "File Type For Search Scope" field. Supported ProjectsCurrently, this extension supports .css, JavaScript (.js, .jsx) and TypeScript (.ts, .tsx) and Astro (.astro) projects for searching. File TypesThis extension can search for the following file types: .json .jpg .png .gif .bmp .svg .webp You can add more file types using the " |