25

A few days ago I was using autocomplete features and Ctrl-click without any problem.

But now those features don't work anymore: the autocomplete shows up but is always empty, and Ctrl-click doesn't work because Eclipse doesn't recognize the classes anymore.

This doesn't even work for a class or function or variable in the same file, so I guess this is not a configuration problem, but maybe a cache that is corrupted?

slhck
  • 235,242

3 Answers3

47

Try this:

  • Go to Preferences » Java » Editor » Content Assist » Advanced.
  • Make sure Other Java Proposals is ticked/checked

If that does not work simply "close" the project and reopen it.

slhck
  • 235,242
Sahil
  • 2,487
5

This was a tough one for me to solve (running Juno Version: 4.2.1 Build id: M20120914-1800 on Mac OSX 10.6.8).

The steps I had to take were:

  1. Run Help » Check for updates and then restart to get to the most recent version
  2. As noted above, Go to Preferences » Java » Editor » Content Assist » Advanced
  3. Click everything Java related in both sections
  4. Restart again
slhck
  • 235,242
3

On ubuntu studio the ctrl-space was assigned at the operating system level to change the keyboard input method. I had to change the Next Input Method in Settings Manager–>Keyboard Input Methods–>Next Input Method field.

I changed it from ctrl-space to ctrl-alt-shift-space.

Kevin Panko
  • 7,466
Bob
  • 131