dcopia / combo

Hey devs! This tool is a game-changer for AI-assisted coding. It merges your files instantly, making it a breeze to get AI feedback. No more copy-paste hassle! Perfect for quick tweaks and learning. Trust me, it'll become your coding buddy in no time. Give it a shot!
https://marketplace.visualstudio.com/items?itemName=dcopia.combo-concatenate-files
MIT License
0 stars 0 forks source link

Add option to concatenate to clipboard #1

Open Perverance opened 1 month ago

Perverance commented 1 month ago

Thanks for your extension! Could you add an option to save the output to the clipboard instead of creating a new file?

dcopia commented 1 month ago

Yes, I will strongly consider this feature for future updates.

Can I ask for some more feedback on how and for what you use this extension, so I can further improve it?

Perverance commented 1 month ago

Thanks for replying.

I needed the feature to share code from multiple files as a single block of text with someone, in a context where sharing the actual files isn't possible. Copying the content file by file is cumbersome. I don't need the document creation part, and actually find it a bit risky. I didn't review the source code, so I don't know if it might overwrite an existing "concatenated.txt" file. I'm also unsure if VS Code lets you save it to a temporary new file, which would be a better option in my opinion. However, what I'd prefer most is a "Concatenate to clipboard" function.

dcopia commented 1 month ago

A new update with exciting features is out! Thanks for your support! And don’t forget to leave a review and share this extension if you found it helpful :)

https://marketplace.visualstudio.com/items?itemName=dcopia.combo-concatenate-files&ssr=false#review-details

Perverance commented 1 month ago

Thank you very much! It's much better now! As a small suggestion, I'd change the error messages to be in English, but otherwise, it's great. Thanks, again.