Code completion is broken in IntelliJ after updating the IDE to v2019.2.1 (using the Linux version), and the Kotlin plugin to v1.3.50 with a new Kotlin Native project. No code completion dialog appears when editing a kts file, and attempting code completion in a kt file will cause the keyboard input to become garbled (eg some keys like A are not recognised in the code editor, and some are outputted as a completely different character) ☹️ 😡.
napperley
08/24/2019, 4:41 AM
The code editor is going berserk at times with randomly inserting spaces when typing in a character.
napperley
08/24/2019, 7:49 AM
Ending up with the same problems with keyboard input/code completion in both kt and kts files. Narrowed down the problems coming from the Kotlin v1.3.50 plugin.
napperley
08/24/2019, 7:52 AM
The keyboard problems occur in the editor regardless of which file is edited (occurs with all file types).
napperley
08/24/2019, 7:55 AM
Definitely know that the laptop keyboard isn't broken since the A key for example is being properly picked up in other programs like Geany.
c
corneil
08/24/2019, 7:39 PM
Did you try and "Invalidated and restart"?
🚫 1
n
napperley
08/24/2019, 11:16 PM
Tried the "Invalidate and restart" method which doesn't work. The only method that works is the remove user settings, and IntelliJ directories, followed by a fresh IntelliJ install.