Simple Count in Panel #725
tylerwiegand
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Similar to this panel showed when filtering items OUT, it would be very helpful to just see how many items are IN a certain pane, filtered or not. By default, it would just show the number of
ray()
ed items via a toggleable View property.For example, I wanted to run a full test suite and see how many instances of a ubiquitous method call occurred with specific conditions. I can see how many now ONLY by filtering them OUT. It would be a nice QOL improvement to be able to do this anywhere though, as another specific bonus it would allow things like
ray()->showQueries();
to act as a count practically instead of wrap giant swaths of code in->countQueries($callback);
and swap back and forth (which happens far more often to me than my previously described situation).Beta Was this translation helpful? Give feedback.
All reactions