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

Scroll to matches in component tree instead of filtering

Open emattias opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. If I have a big page using ember-wormhole of in-element with hundred+ component instances it would be nice to be able to quickly go to a certain place in the tree without having to filter the list with the search text input. Since its using in-element you cant go there with the cursor.

Describe the solution you'd like Have a find option aswell as the filter (which is now labeled as search, maybe rename to filter?). Either a checkbox that changes the behaviour of the input or have another input?

CleanShot 2023-04-14 at 15 18 44@2x

emattias avatar Apr 14 '23 13:04 emattias

this should also interest you : https://github.com/emberjs/ember-inspector/pull/2402

patricklx avatar Jun 04 '23 21:06 patricklx