-
Notifications
You must be signed in to change notification settings - Fork 876
Description
Is your feature request related to a problem? Please describe.
When returning JSON in the response of a tool, we often have the case that urls span multiple lines. By default, the string is truncated at the end:
When clicking on it, the string expands to its full length:
To copy the link, I need to mark the whole string and hit CMD+C at the same time as the link collapses again as soon as I let go the mouse button after selecting the string.
Describe the solution you'd like
I would like to have an option, e.g. a button next to the field, to copy it with one click. Or at least it would be nice to not collapse the string when marking it, only when actually clicking.
It would also be ok for me to have urls clickable so that they open in a new tab directly. But this would not solve the issue for non url content.
Describe alternatives you've considered
As stated above, currently it's a bit cumbersome to mark it and press CMD+C to actually copy the content.
Additional context
I am using v0.16.2 of the inspector.