flutter-intellij
flutter-intellij copied to clipboard
Search by property for Flutter Inspector
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".
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).
👍
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
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.
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...
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?
I have the same problem I can't make a search in the inspector
I have the same problem. Is it still not resolved?
Same here