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 🙂
Luca Nicoletti
10/23/2019, 7:51 PM
@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