Using Jetpack Compose, I am having trouble seeing which composables and elements are causing the rendering of certain items on the screen. The browser development tools let you see what is being generated for HTML, and allows you to hover over and inspect each item so that you can tell exactly what rendered data is coming from where. I am wondering if there is something similar to that for Android Jetpack Compose in IntelliJ.
U can see all the things you draw in the preview window
Harry is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.