thunder-client-support
thunder-client-support copied to clipboard
Clicking on any data gives you where it is in the tree
Is your feature request related to a problem? Please describe.
The problem is APIs giving lots of data and it being heavily nested. When doing a GET request for example, the data you may want would have to be accessed like json['main']['second']['current']['switch'] but far longer at times. This has to be manually typed in and the user must manually look at the json tree.
Describe the solution you'd like
When clicking on any value in the huge json object, there should be a panel with it automatically giving where it is in the tree. This should have options to whether you want single quotes, double quotes, or dot syntax (json.main.second.current.switch). This allows copying and pasting.
Describe alternatives you've considered
None
Implementation:
Thanks @itzmk21 for the feedback, will add to roadmap