IntelliJ Code Completion not working for new Java classes

前端 未结 16 1935
挽巷
挽巷 2020-12-10 02:10

IntelliJ IDEA 13 has started exhibiting a very weird behavior in my local setup.

Namely, in any new Java class added to an existing project

16条回答
  •  我在风中等你
    2020-12-10 02:41

    There could be 2 reasons for your problem

    1. Either the the source folder is not properly configured in the your build java build path. If the source folder is not properly configured the autocomplete wont get the required class definitions and autocomplete would fail for your project.
    2. Restoring the default options in 'Windows > Preferences > Java > Editor > Content Assist > Advanced'

提交回复
热议问题