Yeah @Shawn I'm just saying that, since there's the IDE feature with a language Kotlin is interoperable with (Java), why isn't it with Swift on intellij
a
Andreas Sinz
03/19/2018, 7:32 AM
Jetbrains would need to create a whole parser/analyzer for swift just to have auto-convert feature for swift, that sounds like too much work for little to no benefit
c
chi
03/19/2018, 9:51 AM
that could also be argued in a way for the one for Java.
a
Andreas Sinz
03/19/2018, 10:04 AM
java is different in this case, because you are inside a JAVA-IDE, so everything to parse and understand java code is there, just need some AST -> Kotlin Code converter. Swift would need a magnitude more work to get this stuff done
✅ 1
c
chi
03/19/2018, 11:34 AM
Oh yeah, that makes more sense. Thanks for the clarification