The current “Global Variables” section displays only the first 10 variables by default, with a “+ Load more” button to incrementally load the next 10. This has usability issues:
- Unhelpful Initial Order – The first 10 variables shown are often not the ones I need. The logic used to determine this initial set doesn’t seem helpful for my use case.
- Excessive Clicking – To access all global variables, I need to repeatedly click “Load more,” which is tedious. A “Load All” button would be much more efficient.
- Unclear Sorting – Once all variables are loaded, they are neither in alphabetical order nor any other predictable sequence, making it difficult to locate a specific variable.
Suggested Improvements:
- Either immediately show all global variables or hide them completely, providing a single “Load Global Variables” button.
- Sort variables alphabetically or in another meaningful and predictable order.