This Visual Studio Code (VSCode) extension empowers you to effortlessly copy the content of any selected folder or file to your clipboard, offering customizable options for developers, content creators, and educators.
- Front-end Development: Aggregate HTML, JS, CSS, and more into your clipboard.
- VSCode Extension Development: Easily select and copy key files like
extension.ts
,package.json
. - Project Configuration: Copy
package.json
,tsconfig
, and more in a single action.
- Copy Folder Content: Include all files in the selected folder.
- Copy with Prompt: Add a user-defined prompt.
- Copy Without Comments: Exclude comments from copied content.
- Recursive Copy: Recursively copy all files from the folder and its subfolders.
- Create File Collection: Add individual files, copy the collection, and manage with ease.
- Right-click your desired folder in the Explorer panel.
- Choose your preferred copying option.
- Copy with or without a prompt or comments.
- Clipboard now holds your content!
- Manage individual files or entire collections.
- Right-click on files to add, copy, or start new collections.
Pull requests are welcome, and for significant changes, please open an issue for discussion.
MIT
Enjoy! 🎉