Is there a good way to search the docs for given n...
# compose
r
Is there a good way to search the docs for given name/symbol from Jetpack Compose? For example, if I go to developer.android.com and search for "Text", all I get are two hits for org.w3c.dom.Text, and some other things - none of which are the Text composable.
2
t
This is where you can search the repository-code itself: https://cs.android.com/
b
You can also navigate using Android Studio :
Ctrl (or ⌘) + Click
on a symbol you just wrote
r
Jumping to the symbol definition is pretty good. I wish I could see the samples though. I see the
@sample ...
link but can't jump to it.
👍 2
v
This is a nice trick to make your workflow smoother - https://twitter.com/alexjlockwood/status/1330572812818386944
👍 2