This extension helps you quickly copy the contents of open tabs or entire folders in Visual Studio Code to the clipboard, making it easy to share your work or back up your files in a structured format.
Features
Activity Bar Integration:
Copy All Tabs: Copy the contents of all open files, including their file names, to your clipboard.
Copy Active Tab: Copy the content of the currently active file to your clipboard.
Copy Current Group Tabs: Copy all tabs in the current tab group to your clipboard.
Explorer Context Menu:
Copy Folder Contents: Copy the contents of all files within a selected folder (and its subfolders) to your clipboard.
Exclude / Include Lists: Filter which files get copied using customizable exclude and include rules.
Example Format
When using the "Copy All Tabs" or "Copy Folder Contents" features, the content copied to the clipboard will follow this format:
/path/to/file1:
<content of file1>
-----
/path/to/file2:
<content of file2>
-----
/path/to/file3:
<content of file3>
-----
This structure helps maintain clear separation between different files, making it easy to identify each file's contents in the copied output.