ember-inspector icon indicating copy to clipboard operation
ember-inspector copied to clipboard

Option / default to show only the targeted component in the component tree?

Open NullVoxPopuli opened this issue 10 months ago • 0 comments
trafficstars

Is your feature request related to a problem? Please describe.

In large apps, there are often waaaaay too many components in the component inspector. When you use the point-and-click-to-inspect button, you can find your component, but to find the parent of that component, you have to scroll passed all the subtrees of that component -- and in this case we don't care about the subtrees at all.

We can already "get around this" ergo problem by first "collapsing all trees" and then using the point-and-click-to-inspect button -- however, there is still visual noise, and for large apps, you may still have to scroll a long ways to find the parent, even if all the sibling trees are collapsed.

Describe the solution you'd like

Something like what react inspector has, where you only show parents:

image

Describe alternatives you've considered

n/a

Additional context

n/a

NullVoxPopuli avatar Jan 10 '25 16:01 NullVoxPopuli