Closed devoncarew closed 3 years ago
CTRL + f or clicking on the search icon (magnifying glass) will bring up the auto-complete list. Then typing Title displays classes that contain Title. Selecting the Title, in the drop-down, selects the class Title which also displays the list of Title instances.
I was hoping this was easier and more robust than having to filter. Filtering to me should be for selecting packages not classes. More of a setting instead of a button.
Ah, cool! We may want some affordance on the table to indicate that search (or filtering) is possible.
Good point the search button maybe too far away (next to snapshot button) - maybe it should be on the classes table. Tao will be reviewing the memory UI next week. I'll mention this as well.
We should add this functionality to the Table class so that it will apply to all the tables in DevTools (memory page, timeline page, performance page, logging page).
@terrylucas how does that work for the table used in the logging view? Being able to filter on the Kind
column is a pretty important use case I think, eg. I want to filter out all the flutter.frame logs or I just want to see lines with my own specific tag.
I wish the Dart Team will add a filter to the Logging soon. It would be really helpful.
I will be a pretty useful feature to search my flame chart for a particular widget.
this functionality has been added. See https://github.com/flutter/devtools/pull/2493 for how this was added to the logging view. Search and filter have also been added to the network profiler.
I’d like to be able to filter tables easily. For example, int the memory view, I’d like a quick way to look for instances if the class
’Title’
.