https://kotlinlang.org logo
Title
r

redrield

06/28/2017, 4:03 PM
Is there any recommended editor to use since IntelliJ seems to choke on native library definitions?
o

olonho

06/28/2017, 7:38 PM
Internally we use IDEA for development of Kotlin/Native, and we are working on dedicated IDE for Native
n

napperley

06/28/2017, 10:43 PM
Try Atom (https://atom.io/) with the file-icons, linter, linter-kotlin, git-plus, script, language-kotlin-ide and language-kotlin plugins.
r

redrield

06/30/2017, 12:22 AM
@napperley Can Atom autocomplete based on shims generated by konan?
n

napperley

06/30/2017, 3:33 AM
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.