Replies: 1 comment 2 replies
-
@willemvb could you take a look at this? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When debugging a simple Array for example the available space gets used very efficiently:
But when displaying objects too much whitespace is used on the left to have left-aligned labels:
Wouldn't it be more space efficient to move the labels (Class Name, Attributes) on top of their values so the values are better visible for small window widths? I need to scroll all the time for seeing one or two level nested structures because 29% of the space is "lost" on my example screen.
Beta Was this translation helpful? Give feedback.
All reactions