Description
What problem does this feature solve?
I use vue devtools a lot, but I alwas repeat the same thing: I need to select and expand a lot of nested properties, in the same way.
So I choose a component and inside "data", I for example scroll down to "form", expand it, I look for some property and expand it. It amounts to a lot of repetitive work :)
When the structure is expanded, I would like this expanded view to be stored, and the next time it is opened automatically. So it "remembers" the last expanded structure (perhaps even with scrollbar position).
And if the current page doesn't match the stored structure, it will go into default state.
Maybe it could be smart and store a few of such expanded views for different url:s, that is matched to the current url. So you could switch between two different pages that has different structures.
What does the proposed API look like?
In "Settings" there could be a "remember the last expanded component structure" (or something).