Copy Folder Tree
A Visual Studio extension that helps you visualize and copy folder and file structures from Solution Explorer with tree-style formatting.

Features
- Copy Folder Tree: Copies folder structure only, excluding files
- Copy Folder and File Tree: Copies both folder and file structure
- Supports multiple selection
- Works on:
- Folders
- Projects
- Files
- Multiple items
Usage
- Right-click on any folder, project, or multiple items in Solution Explorer
- Select one of two options:
- "Copy Folder Tree" to copy only folder structure
- "Copy Folder and File Tree" to copy both folder and file structure
- The tree structure will be copied to your clipboard with visual indicators:
- 📁 for folders
- 📄 for files
- Tree lines showing the hierarchy
Example Output
📁 MyProject
├─📁 Controllers
│ ├─📄 HomeController.cs
│ └─📄 UserController.cs
└─📁 Models
├─📄 User.cs
└─📄 Product.cs
Installation
- Open Visual Studio
- Go to Extensions > Manage Extensions
- Search for "Copy Folder Tree"
- Click Download
- Restart Visual Studio
Requirements
- Visual Studio 2019 or later
- Works with all project types
License
This extension is released under the MIT License.
Feedback
If you have any suggestions, please leave a review or create an issue on the GitHub repository.
| |