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!
| 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 |
- Open Visual Studio 2022 or 2026
- Go to Extensions > Manage Extensions
- Search for "Super Clean"
- Click Download and restart Visual Studio
Download the latest .vsix from the Releases page and double-click to install.
- Right-click on a Solution or Project in Solution Explorer
- Select Super Clean
- Watch those
binandobjfolders disappear!
| Visual Studio | Architectures |
|---|---|
| Visual Studio 2022 (17.x) | x64 (amd64), ARM64 |
| Visual Studio 2026 (18.x) | x64 (amd64), ARM64 |
Contributions are welcome! Whether it's bug reports, feature requests, or pull requests - all feedback helps make this extension better.
- Clone the repository
- Open the solution in Visual Studio 2022 or 2026
- Ensure you have the "Visual Studio extension development" workload installed
- Install the Extensibility Essentials 2022 extension
- Press F5 to launch the experimental instance
This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ by Coding With Calvin
