As a Roblox developer, it is currently too hard to find a specific dictionary key during a quick inspection in debugging, because currently the keys are not sorted:
If Roblox is able to address this issue, it would improve my development experience because will make it easy to quickly visually find a specific dictionary key during the quick inspection in debugging.
After 1 year, nothing done so far.
Inspection of variables in the current format (without sorting) is practically unusable when there are many variables within a table.
Please sort the keys in ascending order!