VS Code Extensions
Solution Cleaner

Solution Cleaner

by FarzadMoghaddampoor

Clean bin and obj folders from your solution projects with a simple right-click menu.

Downloads

7

Rating

(0)

Version

1.0.0

Last updated

Jul 08, 2026

Solution Cleaner A Visual Studio 2022 extension to easily clean bin and obj folders from all projects in your solution. Features

Context Menu Integration: Directly accessible by right-clicking the Solution node in Solution Explorer. Selective Cleaning: Choose exactly which projects you want to clean. Flexible Options: Toggle deletion of bin folders, obj folders, or both. Result Reporting: Provides a detailed summary of deleted folders and any errors encountered.

Usage

Open your project in Visual Studio 2022. Open the Solution Explorer (Ctrl+Alt+L). Right-click on the Solution node at the top of the tree. Select Solution Cleaner from the context menu. In the dialog that appears:

Check/Uncheck the projects you wish to clean. Tick Bin and/or Obj checkboxes at the top to specify target folders.

Click OK to perform the cleanup. A message box will display the results of the operation.

Requirements

Visual Studio 2022 (Community, Professional, or Enterprise) .NET Framework 4.8 (for the extension execution)

Related extensions