Feature request: run
work on current line or in visual mode
#170
-
If I have a file containing multiple request like
run always takes the first request. A nice feature would be that it runs the request where the cursor is or if its marked visiually. |
Beta Was this translation helpful? Give feedback.
Answered by
gorillamoe
Aug 20, 2024
Replies: 1 comment 2 replies
-
It'll always run the request which is the nearest to the cursor. You need to separate these requests with GET https://example.com/users
###
GET https://example.com/users/keys |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
gorillamoe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It'll always run the request which is the nearest to the cursor.
You need to separate these requests with
###
like so: