emberjs / ember-inspector

Adds an Ember tab to the browser's Developer Tools that allows you to inspect Ember objects in your application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scroll to matches in component tree instead of filtering

emattias opened this issue · 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

this should also interest you : #2402