Is it possible get proper Swift support in IntelliJ somehow? Not properly in Kotlin multiplatform plugin yet. Understand xcode files and swift syntax.
a
Anmol Verma
05/22/2023, 6:34 AM
Maybe Appcode supports this well ?
j
Joel Denke
05/22/2023, 6:35 AM
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
Anmol Verma
05/22/2023, 6:36 AM
plain text editing still works š but intellij! please give us intellisense for swift and objc please š
j
Joel Denke
05/22/2023, 6:39 AM
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.