You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would like to propose a feature. On JSON documents have a preference setting to always fold nested non root-sub objects on initial load.
like this:
{
a: {... folded big object here...},
b: {... folded big object here...},
.
.
.
}
the same would hold true for json arrays.
This is important because the majority of JSON objects I look at are non-trivial and rather large. It really helps navigation in the document to start in a collapsed state allowing me to drill down as I need to. A collapse all / expand all button would be even better.
The text was updated successfully, but these errors were encountered:
Would like to propose a feature. On JSON documents have a preference setting to always fold nested non root-sub objects on initial load.
like this:
{
a: {... folded big object here...},
b: {... folded big object here...},
.
.
.
}
the same would hold true for json arrays.
This is important because the majority of JSON objects I look at are non-trivial and rather large. It really helps navigation in the document to start in a collapsed state allowing me to drill down as I need to. A collapse all / expand all button would be even better.
The text was updated successfully, but these errors were encountered: