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.