Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>More CopyNew to Visual Studio Code? Get it now.
More Copy

More Copy

Mark Noge

|
2 installs
| (0) | Free
Extra copy functionalities for VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

More Copy

More Copy is a VS Code extension designed to streamline your workflow by providing quick access to file names and project structures directly from the Explorer context menu.

Features

📋 Copy Name

Quickly copy the names of selected files or folders to your clipboard. If multiple items are selected, names are copied on separate lines.

🌳 Copy Structure

Generate a beautiful, tree-style representation of your project structure.

  • Smart Sorting: Folders always appear at the top, followed by files, all sorted alphabetically.
  • Modern Connectors: Uses clean tree connectors (├──, └──, │ ) for maximum readability.
  • Root Support: Works on individual files, subfolders, and even the project root!

Example Output:

more-copy
├── src
│   ├── extension.ts
│   └── utils.ts
├── package.json
└── README.md

Usage

Simply right-click any file, folder, or the project root in the VS Code Explorer and select:

  • Copy Name: To copy the item's basename.
  • Copy Structure: To generate and copy a tree structure starting from that item.

Release Notes

0.0.1

  • Initial release under the name More Copy.
  • Optimized tree generation with alphabetical sorting (folders first).
  • Fixed context menu visibility for the project root.

Enjoy a more productive workspace!

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