airbnb / Showkase

🔦 Showkase is an annotation-processor based Android library that helps you organize, discover, search and visualize Jetpack Compose UI elements
https://medium.com/airbnb-engineering/introducing-showkase-a-library-to-organize-discover-and-visualize-your-jetpack-compose-elements-d5c34ef01095
Apache License 2.0
2.11k stars 107 forks source link

Generate files based on source file name instead of property name #378

Open evant opened 5 months ago

evant commented 5 months ago

This reduces the length of the filename because a disambiguated property name can be quite long. Looking at the files gerenated in the sample app, before this change the longest is 161 chars, after it's 102.

Partially addresses #340

evant commented 5 months ago

Note: tests fail because of the filename changes, will update if this approach is accepted.