smallcloudai / refact-vscode

Refact AI: Open-source AI Code assistant with autocompletion, chat, refactoring and more for VS Code
https://refact.ai
BSD 3-Clause "New" or "Revised" License
75 stars 24 forks source link

Copy chat messages as rich text or markdown #124

Closed cardoso closed 1 month ago

cardoso commented 3 months ago

Currently it's only possible to copy code snippets. It would be useful to have a button to copy the entire message. While it's possible to select and manually copy, it includes the VSCode theme format and whatever is off screen won't be copied (the messages are often large and VSCode needs to be very zoomed out to allow copying everything). The off screen content not being copied is a separate bug in my opinion, but the root cause might be on vscode or the libraries used in the webview.

olegklimov commented 3 months ago

Why would you need the entire message?