vscode-restclient icon indicating copy to clipboard operation
vscode-restclient copied to clipboard

Copy-n-paste on collapsed JSON response

Open jw-redpanda opened this issue 5 months ago • 0 comments

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.

jw-redpanda avatar Sep 16 '24 02:09 jw-redpanda