Replies: 2 comments
-
👋 Thanks for opening your first issue! If you're reporting a 🐞 bug, please make sure To help make this a smooth process, please be sure you have first read the |
Beta Was this translation helpful? Give feedback.
-
This seems like a fairly rare use-case, but I'd be open to someone submitting a PR for this if someone wanted to take it on. I envision a button in the environment dialog to trigger a prompt to rename a variable. It could provide a list of current variable on the left, with a text-box on the right to enter a new value. Note: Another idea is to implement a more generic find and replace, which could satisfy more use-cases. |
Beta Was this translation helpful? Give feedback.
-
Details
An issue I've just come across - I've been working on creating a bunch of requests for some software and then found someone's already created a chunk more, albeit in Postman format. I've imported them, but obviously they've used different variable names to me, for example they've used SERVER_NAME but I'm using SERVER_ADDRESS. The problem now is I have to visit each request and replace each undeclared variable they've used with my version!
So what I'd like to see is a way to see a list of all (or at least invalid?) variables/tags in the workspace, with an option to swap them for another across all requests. The current way round this is to export, find & replace on the json and then reimport, but this is a PITA :)
Beta Was this translation helpful? Give feedback.
All reactions