I'm working on a project with Kotlin plugins, but IntelliJ doesn't seem to have autocomplete for Kotlin. Is there any way to enable it or should I just deal with it.
Asked
Active
Viewed 5,788 times
6
-
Have you added a jar as module dependency? – Tim Feb 26 '16 at 14:34
-
@TimCastelijns My module dependencies contains tons of libraries, added a few myself but most are from gradle build. Is it relevant to Kotlin? – SJ19 Feb 26 '16 at 14:38
-
@TimCastelijns There seems to be more wrong with my Kotlin http://i.imgur.com/3R3W5hz.png http://i.imgur.com/1X3ponF.gif – SJ19 Feb 26 '16 at 14:39
-
1Which exactly versions of IntelliJ IDEA and Kotlin are you using? The Kotlin plugin certainly does support intellisense. – yole Feb 26 '16 at 14:49
-
@yole 1.0.0 beta 1038 and latest intellij 15.0.4 i believe – SJ19 Feb 26 '16 at 14:50
-
2@yole check http://stackoverflow.com/questions/35654657/intellij-kotlin-error-causes-mouse-flicker-and-errors-in-code I have more problems with Kotlin, hope you know a solution. – SJ19 Feb 26 '16 at 14:52
1 Answers
4
You broke your Kotlin install by deleting the shipping Kotlin plugin and trying to downgrade (which some very authoritative people said you shouldn't attempt). There are at least 4 Stack Overflow questions covering your issue now including this one.
See also (your other questions):
IntelliJ: Kotlin error causes mouse flicker and errors in code
IntelliJ (using gradle): Can't find Kotlin plugin even though it's installed
Read those, fix your Kotlin to 1.0.0, and upgrade your project to use Kotlin 1.0.0 dependencies (Kotlin itself and any third party to ensure they are compatible).
Any other Kotlin problems you have before then ARE RELATED to this one. New stack overflow questions just confuses the situation for everyone involved.

Community
- 1
- 1

Jayson Minard
- 84,842
- 38
- 184
- 227