Code completion seems to be broken when using Kotlin
1.6.21 with the
linuxX64 target (may also be a problem with the other Linux targets). For example, in the
platform.linux package only a single function is listed (
mq_open - https://man7.org/linux/man-pages/man3/mq_open.3.html ) with most of the other items being constants (like
KDSETMODE for example). If some other symbol (eg
mq_send - https://man7.org/linux/man-pages/man3/mq_send.3.html ) has its import inserted by IntelliJ (via
Alt+Enter) then that symbol now appears in the code completion list.