Combine Open Files for VS Code/Cursor - Combine open files into one long text for copy & paste
A VS Code extension that provides a convenient sidebar interface to combine and export the content of all open files. Perfect for sharing code snippets, preparing documentation, or submitting code to LLMs and ChatGPT.
Replies
Thanks! I needed this! Have been using a shell script, but vscode is way easier
Would it be possible to:
Combine all files in the project with a certain extension? (*.py)
Ditto above, but for a particular folder