Intellisense in IntelliJ no longer working

前端 未结 16 921
一个人的身影
一个人的身影 2020-11-28 13:05

I\'m currently running IntelliJ IDEA 13.1. While running IntelliJ 13 intellisense/autocomplete stopped working. I tried upgrading and it still doesn\'t work.

I can e

相关标签:
16条回答
  • 2020-11-28 13:46

    Check to see if you accidentally turned on Power Save (File/Power Save Mode) I myself just discovered that File/Power Save Mode does turn it off. I was having the same problem and must have accidentally set Power Save Mode to on.

    0 讨论(0)
  • 2020-11-28 13:49

    If other options mentioned is already true for you,try Setting up Sources/Test folder as Sources Root/Test Sources root as it did the trick for me. I had forgot it.

    Right click on folder, choose "Mark Directory as" Test Sources or Sources Root, or whatever applicable. :)

    0 讨论(0)
  • 2020-11-28 13:49

    In my case, I restarted the Intellij and everything came back to normal.

    0 讨论(0)
  • 2020-11-28 13:49

    IMPORTANT

    If you had your email logged-in on IntelliJ Idea for a while and its token expire the Intellij will suddenly stop working or crash(My Version 2020.1.1).

    Do two things.

    1. file > sync settings with JetBrains account (log in here)
    enter code here.
    2. file > Invalidate cache / restart
    

    Enjoy, Happy Coding !!

    0 讨论(0)
  • 2020-11-28 13:51

    For me, it was I hadn't yet set up the JDK.

    Type something out, Ctrl+Space to try to autocomplete. If it fails, do Alt+Space and if the option comes up to setup JDK, do that.

    0 讨论(0)
  • 2020-11-28 13:52

    File -> Settings-> Editor-> General -> Code Completion-> Auto pop up code Completion

    0 讨论(0)
提交回复
热议问题