`@Preview` annotation is actually pretty cool in t...
# compose
t
@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
It's not about documentation, it does render actual previews inside the IDE
l
@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
@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
Yeah this is something we should/could definitely think about