Documentation question... it took me too long to d...
# compose
r
Documentation question... it took me too long to discover the extension function
Bitmap.asImageBitmap(): ImageBitmap
that I needed. It's not listed in either class's reference page. How is one supposed to find a function like that?
d
I usually do a bit of educated guessing and auto-complete. Usually works, unless the library is written in Java ugh.
r
I wonder if IntelliJ/Studio has a way to say "find all the things that return a certain type".
d
Yeah there is.
Right click and Find All Usages
👍 1