devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Expanded data in component inspector

Open rightaway opened this issue 5 years ago • 3 comments

What problem does this feature solve?

It would be nice if props, data and other things in the section under the component inspector were automatically expanded by default. I find I spend a lot of time clicking between things to expand them to get back to where I was.

The first level or two of nesting is expanded, but the ones beyond that aren't. I think it makes more sense to automatically expand everything, and we can collapse the ones we don't need.

Also when I expand something and click to another component and come back to the first one, it's no longer expanded. It should remember the state of what was expanded and what wasn't when switching back and forth between different components.

rightaway avatar Apr 29 '20 13:04 rightaway

I second that. I was just about to ask for something similar. If I'm on a given component in the inspector, it would be particularly useful if the inspector could stay locked on to the component I'm inspecting (or remember the most recent component) so that if I perform a browser refresh, I can still stay on that component. If I rely on just hot module reloading, I can stay on that component just fine, however, I sometimes find I have to do the browser refresh.

richardeschloss avatar Apr 29 '20 19:04 richardeschloss

I agree with your idea about staying locked on the component when the browser refreshes.

rightaway avatar Apr 30 '20 06:04 rightaway

I have to say I feel quite opposite. When I have a lot of data points to look at I'm bothered by the fact that some things are expanded by default. I wish everything were collapsed by default and then allow me to manually expand what I want.

Even better, if my preference for having a certain property expanded could be saved so that when I refresh it is still expanded that would be great.

jarrodwhitley avatar Oct 18 '23 17:10 jarrodwhitley