Intellisense in IntelliJ no longer working

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

    Had the same problem and none of these helped. What I realized was that on mac, control + space is used by the OS to change language inputs and it overrides intellij. So if you are on mac having multiple input languages on your keyboard, consider changing the shortcut for it :)

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

    In IntelliJ 2017-2 to configure Autocompletion:

    Settings -> Editor -> General -> Code Completion

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

    Try disabling all plugins you have. I installed Codota and it turns out to be garbage. I uninstalled it and disabled the plugin in IntelliJ and it worked

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

    For me it was because I did not have a folder marked as Source Root (it appears in blue).

    To fix, right click your root source directory -> Mark As -> Source Root.

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