Eclipse autocomplete not working

后端 未结 8 1990
遥遥无期
遥遥无期 2020-12-29 06:08

The autocomplete of eclipse is not working now and I searched for hours but I couldn\'t find an answer to solve it. I haven\'t used it for long time then the first thing aft

8条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-29 06:20

    This is recurring for me. I'm using Eclipse 2019-03 in Windows 10. The steps below work for my case, and does not require a restart.

    Window->Preferences->Java->Editor->Content Assist->Advanced

    The following options are de-selected, and when I set them the autocomplete worked as before. No restart needed.

    1. Java Non-Type Proposals
    2. Java Proposals
    3. Java Type Proposals
    4. Java Proposals (Task-focused)

    I don't know what's triggering this but it only happens after I've created a new project. Usually doesn't. It simply doesn't happen often enough for me to notice a pattern to follow up on more. Clearly this problem occurs with a variety of causes, so review the other answers to see if they match your case.

提交回复
热议问题