Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

java

eclipse

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

like image 597
iirekm Avatar asked Jun 28 '13 06:06

iirekm


People also ask

Why is my Ctrl space not working in Eclipse?

Go to Preferences > Java > Editor > Content Assist > The "Auto activation triggers for Java:" field. Paste "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz." (note the dot after z) . This is the best solution and no need to even press ctrl+space.

How do I fix Content Assist in Eclipse?

Solution. Go to Window -> Preferences -> Editor -> Content Assist -> Advanced and enable Parsing-based Proposals. Click Apply. Content assist should start working immediately.


1 Answers

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.

like image 73
JohannesR Avatar answered Sep 30 '22 09:09

JohannesR