Full line code completion says it's incompatible with IntelliJ 2024.1.4

已回答

I'm trying to utilize the full line code completion feature, but it doesn't trigger when I'm working on Java code. I went to the plugin page to see if there was any documentation on requirements and I saw this message: 

It seems to work on my laptop running a recent version of IntelliJ though. Any idea what could be causing this? Here is my build info:

IntelliJ IDEA 2024.1.4 (Ultimate Edition)
Build #IU-241.18034.62, built on June 20, 2024
Runtime version: 17.0.11+1-b1207.24 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 6
Registry:
 ide.experimental.ui=true
Non-Bundled Plugins:
 Batch Scripts Support (1.0.13)
 com.jetbrains.space (241.18034.4)
 com.intellij.guice (241.14494.158)
 org.jetbrains.plugins.hocon (2024.1.0)
 com.github.bjansen.intellij.pebble (v0.11.0)
 com.jetbrains.packagesearch.intellij-plugin (241.0.11)
 org.jetbrains.plugins.vue (241.18034.69)
 com.dmarcotte.handlebars (241.14494.150)
Kotlin: 241.18034.62-IJ
 

0
Dear Customer,

Please check in FIle | Settings | Plugins | Installed | Search "Full Line", and see if the bundled plugin "Full Line Code Completion" is enabled or not.
And check in File | Settings | Editor | General | Code Completion | Machine Learning-Assisted Completion, and see if "Enable Full line suggestions" is enabled or not.
0

I checked those settings and I discovered this new error message:

I did some searching and it appears the plugin requires a CPU with AVX2. Looks like it's time for an upgrade…

0
Yes, Full Line code completion requires a computer with a 64-bit processor or an x86 processor that supports AVX2.
0

请先登录再写评论。