flutter-intellij icon indicating copy to clipboard operation
flutter-intellij copied to clipboard

Search by property for Flutter Inspector

Open goderbauer opened this issue 7 years ago • 8 comments

It would be nice if I could search the node hierarchy shown in the Flutter Inspector by attributes, e.g. I would like to find the node which has the property "behavior" set to "translucent".

goderbauer avatar Jan 22 '18 21:01 goderbauer

We may get this for free is we implement the IntelliJ tree's 'speed search' support. /cc'ing @pq, who did add some support there (I'm not sure what's currently searchable, or if the properties are loaded lazily, and would be more work to make searchable).

devoncarew avatar Mar 19 '18 21:03 devoncarew

👍

We could definitely improve speed search. When we show the properties in the label (#1893) this should mostly "just work." Having said that, you're right that we can only search what's been loaded (lazily).

/cc @jacob314

pq avatar Mar 19 '18 21:03 pq

I expect in the next couple weeks running the inspector with all widgets expanded will be reasonable so that won't block this use case. Of course, it will only work for properties that are high priority and so shown in the widget tree instead of the property view.

jacob314 avatar Mar 19 '18 21:03 jacob314

How do I invoke search in the details tree? I'm not seeing the 'speed search' support as mentioned above.. is this a regression? I'm on Android Studio 4.2...

epicwhale avatar Dec 19 '20 22:12 epicwhale

How do I invoke search in the details tree? I'm not seeing the 'speed search' support as mentioned above.. is this a regression? I'm on Android Studio 4.2...

Experiencing the same issue, were you able to find a resolution?

jcsquatrito avatar Feb 08 '21 18:02 jcsquatrito

I have the same problem I can't make a search in the inspector

Juba96 avatar Mar 14 '21 15:03 Juba96

I have the same problem. Is it still not resolved?

Slizzygod avatar Mar 30 '21 16:03 Slizzygod

Same here

CoderScribe avatar Feb 07 '22 19:02 CoderScribe