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

Visual feedback while request is in process

Open asherber opened this issue 2 years ago • 1 comments

When I send a request, there is no immediate visual feedback that anything is happening, aside from the "Waiting" text in the status bar. Some requests can take several seconds or longer to complete, and it would be nice to have some indicator that the request is in process. 

I suggest:

  1. Clear the Response pane when a new request is sent.
  2. Change the cursor to a wait cursor until the new response has finished rendering or until an error is thrown.

asherber avatar Aug 17 '21 16:08 asherber

Or at least change the tab title from "Response(3012ms)" to "Waiting for response" or similar, that would also work great

jaimehrubiks avatar Mar 03 '22 17:03 jaimehrubiks