So is there a way to get some kind of preview of t...
# compose-desktop
f
So is there a way to get some kind of preview of the UI without restarting it all the time?
🧵 3
a
There should be a preview icon, left to a Composable function without parameters with Preview annotation. If you left-click on it, there will be a Preview generated in Desktop Preview window (right panel)
And you need Compose Multiplatform IDE support plugin for IDEA
f
I’ve installed the plugin but I cannot use the @Preview-Annotation nor do I see the preview icon:
c
Maybe you had the same issue as me: https://github.com/JetBrains/compose-jb/issues/846
f
@Colton Idle Hi! Thanks for your reply. Yes - this was my issue.