Is there any recommended editor to use since Intel...
# kotlin-native
r
Is there any recommended editor to use since IntelliJ seems to choke on native library definitions?
o
Internally we use IDEA for development of Kotlin/Native, and we are working on dedicated IDE for Native
n
Try Atom (https://atom.io/) with the file-icons, linter, linter-kotlin, git-plus, script, language-kotlin-ide and language-kotlin plugins.
Not sure (haven't tested). Best to try by installing the autocomplete-clang package (https://atom.io/packages/autocomplete-clang) and using a small C lib as part of a basic auto completion test.