https://kotlinlang.org logo
#compose
Title
# compose
r

robnik

12/13/2020, 3:01 PM
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

tieskedh

12/13/2020, 3:08 PM
This is where you can search the repository-code itself: https://cs.android.com/
b

BenjO

12/13/2020, 4:01 PM
You can also navigate using Android Studio :
Ctrl (or ⌘) + Click
on a symbol you just wrote
r

robnik

12/13/2020, 4:43 PM
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

Vinay Gaba

12/13/2020, 11:10 PM
This is a nice trick to make your workflow smoother - https://twitter.com/alexjlockwood/status/1330572812818386944
👍 2