-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Order Variables alphabetically #2982
base: main
Are you sure you want to change the base?
Conversation
Order variables in Variables Tab alphabetically by name
Ok personally coming from postman , I arrange my variables in the order that I edit the most because you can order them yourself and i like to see them in the same order So i created them in this order when migrating to bruno. Would be a draw back to be forced alphabetically. but it's ok too |
You are talking about environment variables I guess? Because for runtime variables I guess there is no way to influence their order except by the order you call them. Generally speaking though I would recommend to open a Feature Request for this: Modify Order of Variables (Custom Order) Same also for the collection order, as currently there's no way to really modify the default order I guess, though #2554 could be addressing this maybe? |
@helloanoop what do you think? |
Order variables in Variables Tab alphabetically by name
fixes #2981
Description
Working with many variables, the variables view can get messy quickly. In order to keep the variables view more structured, variables will be displayed in alphabetical order. This ensures you can easily find a variable value you are looking for.
Contribution Checklist:
Note: Keeping the PR small and focused helps make it easier to review and merge. If you have multiple changes you want to make, please consider submitting them as separate pull requests.
Publishing to New Package Managers
Please see here for more information.