Code assist (ctrl+space) doesn't work on Eclipse Kepler [closed]
Code assist (ctrl+space) doesn't work on Eclipse Kepler. This happened to me this morning.
Solution 1:
This happend to me too.
For some reason Kepler changes the settings for Content Assist on Juno workspaces. Checking the Java Proposals
checkbox in Preferences -> Java\Editor\Content Assist\Advanced
should resolve this problem.
Solution 2:
My workaround to this problem: it seems that some component of Eclipse Kepler doesn't like workspace from older Eclipse version. Starting Eclipse with new workspace and reimporting projects solved the problem.