A simple VS Code extension that adds a right-click context menu option to any folder in the Explorer.
- Right-click any folder and select "Copy All Text from Directory".
- The extension recursively scans all files within that directory and its sub-folders.
- It reads the text content of each file and copies it to your clipboard, organized with a header for each file.
- Install the extension.
- Open a project folder in VS Code.
- Right-click on a folder in the Explorer panel.
- Click "Copy All Text from Directory".
- Paste the contents anywhere you like!