Skip to content
| Marketplace
Sign in
Visual Studio>Tools>CopyFolderTree
CopyFolderTree

CopyFolderTree

iyulab

|
147 installs
| (0) | Free
You can save a folder tree to the clipboard based on a selection of folders in Solution Explorer.
Download

Copy Folder Tree

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

Screenshot1.png

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

  1. Right-click on any folder, project, or multiple items in Solution Explorer
  2. 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
  3. 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

  1. Open Visual Studio
  2. Go to Extensions > Manage Extensions
  3. Search for "Copy Folder Tree"
  4. Click Download
  5. 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.

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