CodeCopy is a powerful Visual Studio extension designed to help developers quickly extract and copy all C# source code from the current project. It intelligently excludes specified files, focusing on the core codebase, and streamlines the process of sharing code for reviews, documentation, or collaboration.
Key Features
Copy Entire C# Codebase:
Easily copy all C# source files from the active project to your clipboard with a single command.
Customizable File Exclusions:
Manage a list of files to exclude from copying, ensuring that auto-generated files or configuration files are omitted.
User-Friendly Interface:
Configure your exclusion list using an intuitive interface accessible from the Tools menu.
Seamless Integration:
Directly integrated into Visual Studio's Tools menu for quick access.
Installation
Open Visual Studio.
Navigate to Extensions > Manage Extensions.
Search for "CodeCopy" in the Online tab.
Click Download and follow the prompts.
Close all Visual Studio windows to complete the installation.
Restart Visual Studio to finish the setup.
Usage
Copy All Code
Open a solution in Visual Studio.
Ensure the project you want to copy code from is set as the StartUp project.
Go to Tools > Copy All Code.
A success message will appear, and all code from the current project (excluding specified files) will be copied to your clipboard.
Configure Exclusions
Go to Tools > Configure Exclusions.
In the opened window, add, edit, or remove filenames as needed.
Click OK to save changes.
Support and Feedback
If you encounter any issues or have suggestions for improvement, please contact us at 648558691@qq.com or visit our GitHub repository at [Your GitHub Repo URL] and create an issue.
License
This project is licensed under the CC0 1.0 Universal License. For more details, see the LICENSE file included with this extension.
Thank you for using CodeCopy!
Feel free to reach out if you need further assistance or have any questions.