kylebebak / Requester

Powerful, modern HTTP/REST client built on top of the Requests library
https://kylebebak.github.io/Requester/
MIT License
307 stars 10 forks source link

Open response tabs in column 2 #25

Open codewzrd opened 4 years ago

codewzrd commented 4 years ago

Currently all responses are opened in a new tab in the same view. The downside is that users have to constantly switch back to the request tab to issue further commands.

The enhancement, i am looking for is to keep the focus on the current request tab, but to open the response tab in column 2 (Alt-Shift-2). User's workflow will go smoothly and quickly.

andremacola commented 3 years ago

in ST4 maybe we can use the new api to open side by side and link the results tab to que request file

kylebebak commented 2 years ago

@andremacola

PR welcome to use st4 API to do this