Ctrl + Space not working for content assist on eclipse

后端 未结 10 1203
梦谈多话
梦谈多话 2020-12-05 17:14

My problem is that the content assist window won\'t pop up after clicking Ctrl + Space. I checked my shortcuts and the content assist is bound to Ctrl + S

相关标签:
10条回答
  • 2020-12-05 17:52

    For that Go to

    Eclipse --> Windows --> Preferences --> Java --> Editor --> Content Assist --> Advanced --> select all Java & Java Type Proposals.

    and check mark : Java Proposals(Code Recommenders)

    0 讨论(0)
  • 2020-12-05 17:54

    Go to Windows > Preferences > Java > Editor > Content Assist > Advanced > select all Java only. If you select all, then multiple occurrence of same instance would be shown in Suggestion list. which might be annoying some times.

    0 讨论(0)
  • 2020-12-05 17:54

    Though I have eclipse proposal settings configured properly it was not working for me. In my case Ctrl+space key combination was hijacked by another background running process (I was running AllwaysOnTop utility for windows). it worked after exit that process. :)

    0 讨论(0)
  • 2020-12-05 18:00

    In my case; Window>Preferences>Java>Editor>Content Assist>Advanced

    Make sure Select the proposal>Template Proposals,SWT Template Proposals,Java Proposals ,Content assist cycling>Template Proposals,SWT Template Proposals,Java Proposals is ticked.

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