Ctrl Space Not Working in Eclipse Helios on Win 7

eclipse

Solution

Configure Eclipse’s content assist, go “Preferences>Java>Editor>Content Assist>Advanced“. Make sure “Other Java Proposals” is ticked.

http://www.mkyong.com/java/content-assist-ctrl-space-is-not-working-eclipse/

Problem

I have shifted by Dev Env recently to Eclipse Helios on Windows 7. After that the Ctrl + Space Content Assist feature is not working. I found out that that key option is utilized by Language Settings. I have tried disabling it. But it still doesn't work in Eclipse. Any help is much appreciated.

Original source

Related problems