Ganesan-Chandran / vscode-fetch-client

Fetch Client is Visual Studio Code extension which is used to test the Rest API.
https://marketplace.visualstudio.com/items?itemName=GanesanChandran.fetch-client
MIT License
15 stars 9 forks source link

Multi-line editing of params #34

Open xPaw opened 1 month ago

xPaw commented 1 month ago

Some APIs I use require sending JSON in the get parameter, and editing it in a tiny input box is tedious:

image

It would be nice if the input box was multi line so it expanded as more text is entered. A nice feature would be to properly support json here so I could have formatted json, and the sent request would remove whitespace.