Adds a 'Super Clean' option to the right click menu of the Solution and Project nodes of the Solution Explorer, to clear out the bin and obj folders for all, or selected, projects in the solution.
🧹 Clean your solution the way it should have always worked!
Tired of lingering build artifacts causing mysterious issues? Super Clean nukes those bin and obj folders with a single click — no more hunting through folders manually! ✨
✨ Features
Feature
Description
🗂️ Solution-level cleaning
Right-click the solution to clean all projects at once
📁 Project-level cleaning
Right-click individual projects to clean just that project
🗑️ Removes bin folder
Deletes the entire bin directory and all its contents
📦 Removes obj folder
Deletes the entire obj directory and all its contents
⚡ Fast and reliable
Quick deletion without the overhead of MSBuild's Clean target
Contributions are welcome! Issues, PRs, feature requests — bring it on! 💪
For cloning and building this project yourself, make sure to install the Extensibility Essentials 2022 extension for Visual Studio which enables some features used by this project.