The "Copy All Open Files" extension for Visual Studio Code provides a convenient way to copy the contents of all currently open files into a single new file. This can be particularly useful for quickly consolidating code snippets, creating backups, preparing code for sharing, or asking AI/LLM (ChatGPT) for help giving them the whole code to debug or reference.
Features
Copy All Open Files: Copies the content of all open files in the editor and combines them into a single new file.
File Titles Included: Each file's content is preceded by its file name for easy identification.