Been encountering a strange issue that has been driving me up the wall with code completion in a Kotlin Native project that contains a linuxX64 module and uses the libssh library ( https://www.libssh.org/ ). In some cases when invoking code completion via
.
, or
Ctrl+Space
IntelliJ shows a popup for a sec before hiding, shows another for a sec before finally hiding the popup without showing another one (aka the "Houdini" code completion popup ✨).
➕ 1
n
Nikolay Kasyanov
03/12/2021, 8:28 AM
can you notice a progress bar at this very moment as if IDEA were reindexing the project?
👌 1
a
Alexey Belkov [JB]
03/12/2021, 12:31 PM
Please report a bug to http://kotl.in/issue with full IDEA logs and a project to reproduce if possible. Thank you.