Is it possible get proper Swift support in Intelli...
# compose-ios
j
Is it possible get proper Swift support in IntelliJ somehow? Not properly in Kotlin multiplatform plugin yet. Understand xcode files and swift syntax.
a
Maybe Appcode supports this well ?
j
Appcode is sunsetted and problem reverse support Android things 😁 I need both Android and iOS support. Its ok not get all xcode does, but at least basic coding and refactorings for files with code.
a
plain text editing still works 😄 but intellij! please give us intellisense for swift and objc please 🙏
j
Yeah I switch to painful Xcode sometimes or dry coding in Android Studio ... Just edit Swift code itself would be fine kind a. Quite funny Kotlin interop to objc with LLVM in same Swift doing to objc but with different binders. Would be lovely if Apple, Jetbrains and Google would co-op open source everything.
But also complex with SwiftUi live edit combined with Jetpack Compose live edit in same project. If Compose multiplatform could solve interop live edit between both would be a killer feature for multiplatform.