Skip to content

Latest commit

 

History

History
88 lines (61 loc) · 3.22 KB

File metadata and controls

88 lines (61 loc) · 3.22 KB

Super Clean Logo

Super Clean

Clean your solution the way it should have always worked!

License Build Status


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

  1. Open Visual Studio 2022 or 2026
  2. Go to Extensions > Manage Extensions
  3. Search for "Super Clean"
  4. Click Download and restart Visual Studio

Manual Installation

Download the latest .vsix from the Releases page and double-click to install.

🚀 Usage

  1. Right-click on a Solution or Project in Solution Explorer
  2. Select Super Clean
  3. 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

  1. Clone the repository
  2. Open the solution in Visual Studio 2022 or 2026
  3. Ensure you have the "Visual Studio extension development" workload installed
  4. Install the Extensibility Essentials 2022 extension
  5. Press F5 to launch the experimental instance

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.


👥 Contributors

CalvinAllen


Made with ❤️ by Coding With Calvin