Skip to content
| Marketplace
Sign in
Visual Studio>Tools>Solution Folder Sync
Solution Folder Sync

Solution Folder Sync

Perspective Services

| (0) | Free
Automatically synchronize your physical folder structure with Visual Studio Solution Folders. One-click sync creates matching Solution Folders for your directory structure, making it easy to organize
Download

Solution Folder Sync

Automatically synchronize your physical folder structure with Visual Studio Solution Folders.

Features

  • One-Click Sync: Right-click on your Solution in Solution Explorer and select "Sync Solution Folders" to automatically create matching Solution Folders for your physical directory structure.

  • Smart Detection:

    • Skips hidden folders (starting with .)
    • Skips common build folders (bin, obj, node_modules, packages, .vs, .git, TestResults)
    • Stops at folders containing project files (.csproj, .vbproj, .fsproj, etc.)
  • Non-Destructive: Only creates new Solution Folders - never deletes existing ones or modifies your projects.

Usage

  1. Open your solution in Visual Studio
  2. Right-click on the Solution node in Solution Explorer
  3. Select "Sync Solution Folders"
  4. Review the summary showing folders created, skipped, and project folders found

Example

If your physical folder structure is:

MySolution/
├── src/
│   ├── MyApp/
│   │   └── MyApp.csproj
│   └── MyLib/
│       └── MyLib.csproj
├── tests/
│   └── MyApp.Tests/
│       └── MyApp.Tests.csproj
└── tools/
    └── BuildScripts/

After running Sync Solution Folders, your Solution Explorer will have:

  • src (Solution Folder)
    • MyApp (Solution Folder) - contains project
    • MyLib (Solution Folder) - contains project
  • tests (Solution Folder)
    • MyApp.Tests (Solution Folder) - contains project
  • tools (Solution Folder)
    • BuildScripts (Solution Folder)

Requirements

  • Visual Studio 2022 version 17.14 or later (amd64 or arm64)

License

Copyright (c) 2026 Perspective Services. See LICENSE file for details.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft