CTRL+SPACE doesn't work in Eclipse

11,773

This can be caused by a number of different things.

For one, you might consider creating a new workspace and copy the old files into the new one. This has worked for others. Just remember to check the “Copy projects into workspace” when you import.

Another cause could be a wrong configuration in Eclipse. Go to
Preferences --> Java --> Editor --> Content Assist --> Advanced. Here you have to make sure “Other Java Proposals” is ticked.

It could also very well be another applications using the same shortcut which are conflicting with Eclipse. There are no such applications installed by default on Ubuntu though, but it you are using apps such as GNOME-DO (which I believe uses Ctrl + Space) that might be your problem.

Share:
11,773

Related videos on Youtube

mirandalol
Author by

mirandalol

Updated on September 18, 2022

Comments

  • mirandalol
    mirandalol over 1 year

    I checked the Keys in Eclipse, Shortcuts in Settings, Autokey doesn't seem to interfere, I'm not sure where else to look for.

    How can I trace and fix Ctrl+Space for eclipse?

    • mirandalol
      mirandalol about 11 years
      Auto-completion (Content Assist), I've also tried enabling and disabling all kind of stuff in the settings section for CA, I think CTRL+Space not making CA pop up doesn't have to do with it's settings.
  • Lucio
    Lucio about 11 years
    Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference. Provide possibly an abridged version of the content here to help create a higher quality answer
  • Lucio
    Lucio about 11 years
    Also, in this site we don't like those answer with google that, google this. Because their show no effort to help, and sometimes are 100% not useful. So, take a time, and modify your answer.