Intellisense in IntelliJ no longer working

前端 未结 16 933
一个人的身影
一个人的身影 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:38

    Had the same problem until:

    1. Third party JDK installed
    2. Configured in module settings: right click on project name, then "Open module settings" -> SDKs -> "+". Pick the jdk root folder and Idea will take care of the rest.
    3. Re-indexed a bunch of things. It happens automatically, just be patient

提交回复
热议问题