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

|
5 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.

  • Shortcuts: Ctrl+Alt+C (Windows/Linux) / Cmd+Alt+C (macOS). Note: Shortcuts target the currently active file in the editor.

🌳 Copy Structure

Generate a beautiful, tree-style representation of your project structure for any selected items.

  • Shortcuts: Ctrl+Alt+S (Windows/Linux) / Cmd+Alt+S (macOS). Note: Shortcuts target the currently active file in the editor.
  • Inclusive: Copies everything you explicitly select (including .git, node_modules, etc.).
  • Smart Sorting: Folders always appear at the top, followed by files, all sorted alphabetically.
  • Modern Connectors: Uses clean tree connectors (├──, └──, │ ) for maximum readability.

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, or use the keyboard shortcuts:

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

Release Notes

0.1.0

  • Added keyboard shortcuts: Ctrl+Alt+C (Copy Name) and Ctrl+Alt+S (Copy Structure).
  • Improved "Copy Structure" to be fully inclusive of all selected items (including .git, node_modules).
  • Fixed a bug where files were duplicated in the tree output.
  • Optimized performance and cleaned up codebase.

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
© 2026 Microsoft