thunderclient / thunder-client-support

Thunder Client is a lightweight Rest API Client Extension for VS Code.
https://www.thunderclient.com
Other
3.62k stars 127 forks source link

Allow editing json (or multi line) query parameters #1589

Open xPaw opened 3 weeks ago

xPaw commented 3 weeks ago

image

I am using some APIs that put json requests in the query parameter and it works but the experience is a bit subpar in Thunder because it's the input is not multiline so for longer jsons it requires scrolling around.

I'm thinking even for non json fields that have long values a multi line input could be beneficial.

If the input is marked as JSON, then it could be validated and sent without whitespace.

rangav commented 2 weeks ago

Thanks @xPaw for the feedback, Will review it.