Huachao / vscode-restclient

REST Client Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=humao.rest-client
MIT License
5.32k stars 445 forks source link

Copy-n-paste on collapsed JSON response #1299

Open jw-redpanda opened 2 months ago

jw-redpanda commented 2 months ago

Wondering if it is possible to support copy-n-paste on collapsed JSON response. As an example below, when I collapse a JSON key images and copy on it, the paste seems not working, that it will not copy the body within the JSON key.

responseCollapseCopyAndPaste

The common use case is to copy a long array of JSON within a key. If not collapsing the key, one needs to drag the mouse pointer and move downwards, say a few hundred lines, to the key end.