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

Have a Sidebar webview for easier access and better UI!

Open sghsri opened this issue 4 years ago • 1 comments

Recently, VScode pushed up the functionality to have [sidebar webviews] (https://github.com/microsoft/vscode/issues/46585).

This opens a ton of possibilities for making the extension way more user friendly and intuitive as we are now able to have custom UIs and actions in the sidebar. I imagine the sidebar can be used to specify the request headers, URLs, and more and the actual request response could show up in the normal editor panel! There's definitely a ton of space in the sidebar to implement an amazing experience: image

This would also greatly reduce some of the UX roughness of having to open a new .HTTP file.

sghsri avatar Sep 19 '20 04:09 sghsri

But how to do it using Javascript. Any idea?

tazim404 avatar May 01 '22 15:05 tazim404