Easy Copy is a Visual Studio Code extension that lets you quickly copy the content of selected files and folders directly from the Explorer context menu. It recursively reads file contents, formats them with filenames, and places them on your clipboard — ideal for documentation, reviews, or sharing
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
A Visual Studio Code extension that makes it effortless to copy the contents or structure of selected files and folders right from the Explorer context menu.
🚀 Features
📋 Copy content of selected files (with filenames prepended)
🗂️ Copy the file/folder structure as a tree
🔍 Advanced filtered copy with smart selectors:
intext: → filter by file content
inname: / -inname: → partial name match / exclude
name: → exact filename match
🎯 Usage
Right-click on any file or folder in the Explorer sidebar and choose: