Code assist (ctrl+space) doesn't work on Eclipse Kepler

JavaEclipse

Java Problem Overview


Code assist (ctrl+space) doesn't work on Eclipse Kepler. This happened to me this morning.

Java Solutions


Solution 1 - Java

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 - Java

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.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestioniirekmView Question on Stackoverflow
Solution 1 - JavaJohannesRView Answer on Stackoverflow
Solution 2 - JavaiirekmView Answer on Stackoverflow