Copyall allows you to copy all relevant file names and their contents in your workspace folder to the clipboard with a simple command. It filters out unnecessary files such as logs, caches, node_modules, and package files.
- Copy all relevant file names and their contents in the workspace folder to the clipboard
- Exclude unnecessary files such as logs, caches, node_modules, and package files
No additional requirements or dependencies are needed.
This extension doesn't have any settings.
- Install the "copyall" extension
- Open a workspace folder in Visual Studio Code
- Press
Ctrl+Shift+P
(orCmd+Shift+P
on macOS) to open the command palette - Type "Copy file names and contents to clipboard" and press Enter
The file names and contents will be copied to your clipboard.
There are no known issues.
Initial release of copyall.
- Gonna add a UI that will show up inside VSCode to blacklist and whitelist file extensions on the go to make it easier to work with different projects.
Enjoy!