Is the preview window available for compose deskto...
# compose-desktop
j
Is the preview window available for compose desktop on Intellij Idea?
c
AFAIK compose desktop does not have
@Preview
support. What I thought was interesting was looking at the Star Wars example above from @Ch8n he has this Preview composable 👀 https://github.com/ch8n/Compose-Stars/blob/main/src/main/kotlin/main.kt#L18
j
I looked at the Not sure how that works but I'll try that, thanks.
s
@Colton Idle seems like it’s a wrapper around window - https://github.com/ch8n/Compose-Stars/blob/main/src/main/kotlin/utils.kt#L24-L37 I think the team is working on a Desktop plugin to provide the IDE preview feature 😄 - https://plugins.jetbrains.com/plugin/16541-compose-multiplatform-ide-support