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
🛠️ Installation
Visual Studio Marketplace
Open Visual Studio 2022 or 2026
Go to Extensions > Manage Extensions
Search for "Super Clean"
Click Download and restart Visual Studio
Manual Installation
Download the latest .vsix from the Releases page and double-click to install.
🚀 Usage
Right-click on a Solution or Project in Solution Explorer
Select Super Clean
Watch those bin and obj folders disappear!
💻 Supported Versions
Visual Studio
Architectures
Visual Studio 2022 (17.x)
x64 (amd64), ARM64
Visual Studio 2026 (18.x)
x64 (amd64), ARM64
🤝 Contributing
Contributions are welcome! Whether it's bug reports, feature requests, or pull requests - all feedback helps make this extension better.
🔧 Development Setup
Clone the repository
Open the solution in Visual Studio 2022 or 2026
Ensure you have the "Visual Studio extension development" workload installed