Finding objects with TextMeshPro component.

Is there any ability to find objects with “Text Mesh Pro - Text (UI)” component?
When I write “t: text” in the hierarchy search bar I can see only objects with Text component. What should I write to find objects with TMP-Text component?

Use “t: TextMeshProUGUI”. (Capitalization doesn’t matter)

Hope this helps!

Thank you a lot!