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

themishkun

10/23/2019, 7:39 PM
@Preview
annotation is actually pretty cool in terms of documenting your UI components library. Good job! Any plans to have a Library tab in Android Studio, similar to ResourceManager, where I could see all of my components annotated with
@Preview
? It would be super cool to have this kind of visual reference of the project guidelines
9
r

romainguy

10/23/2019, 7:50 PM
It's not about documentation, it does render actual previews inside the IDE
l

Luca Nicoletti

10/23/2019, 7:50 PM
@romainguy it would still be nice to being able to access a list with all of them 🙂
@themishkun if you file a feature request, please send the link
t

themishkun

10/23/2019, 8:36 PM
@romainguy I understand its initial purpose, but I’ve been struggling alot with figuring out how to make component libraries accessible and searchable and this usecase of
@Preview
like the
isInEditMode()
is giving me hope to solve this case for me
r

romainguy

10/23/2019, 8:37 PM
Yeah this is something we should/could definitely think about