-
Notifications
You must be signed in to change notification settings - Fork 147
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
When ungrouped, list and dict variables have inconvenient sort order #278
Comments
Hi, @int19h I am thinking of contributing to this issue. |
This issue is specifically about how the items look when they're not grouped - which is the case in Visual Studio by default (but not in Visual Studio Code). |
@int19h Yes :) I'm just trying to figure out the repository. Can you please give me some inputs on where to make changes and point me int he right direction? 😃 |
The issue isn't that the variables are ungrouped. It's that list & dict list child attributes first, and only then list their items. So when grouping is disabled, you see all the methods first, and only then the items. Since usually users want to see the items when expanding a collection, the items should arguably be first. However for large collections changing it to work that way would mean that you can't easily get to other things when you need to, sometimes. So I think it's best to keep this as is after all. |
Environment data
Actual behavior
Expected behavior
The actual list items should be at the top instead of the bottom, to avoid the need to scroll all the way down to see them.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: