Eclipse autocomplete not working

后端 未结 8 1981
遥遥无期
遥遥无期 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-29 06:17

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

    The following options have to be selected, then the autocomplete worked . No restart is required.

    Java Proposals  (must be selected, not sure the follows)
    
    Java Non-Type Proposals
    Java Type Proposals
    Java Proposals (Task-focused)
    

提交回复
热议问题