Content Assist (Ctrl + Space) Is Not Working – Eclipse

Problem

Content Assist (Ctrl + Space) is not working in my Eclipse IDE version 3.3. I have two Eclipse IDE installed, both in my laptop and personal desktop computer. However my laptop Eclipse 3.3’s content assist feature is working perfectly, but not my personal desktop computer. Every time, when i pressed on the Ctrl + Space combination keys, Eclipse just show me nothing…it’s drive me crazy. How can such a killer feature is disabled in my Eclipse IDE !!!?

I start Googling online, this problem is happened since Eclipse IDE version 3.2, many people suffer and many solutions come out to quick fix on it. Sadly, there is no final solution for it, some may work and some may not.

Solution

Here i summarized few solutions that may fix it.

1. New Project WorkSpace

Create a totally new workspace and import your existing project. Remember check “Copy projects into workspace” to copy all your existing work to new workspace.

2. Content Assist Configuration

Configure Eclipse’s content assist, go “Preferences>Java>Editor>Content Assist>Advanced“. Make sure “Other Java Proposals” is ticked

3. No Hijacked

Make sure (Ctrl + Space) combination key is not hijacked by other application. For examples, My desktop computer (Ctrl + Space) combination key is hijacked by my Windows text input feature. I enabled it for Chinese and English language, one of the text input combination key is using (Ctrl + Space), so, conflict happened.

3. Regional and Language Options

Make sure “regional and language options” is in English language. For example, Windows, Control panel –> Region and language options –> Advance tab –> Language for non-unicode program –> Make sure English (United States) is selected, others may not work, no idea why like this, but it worked.

mkyong

Founder of Mkyong.com, passionate Java and open-source technologies. If you enjoy my tutorials, consider making a donation to these charities.

116 Comments
Most Voted
Newest Oldest
Inline Feedbacks
View all comments
deqqeqrfecwvgw
9 years ago

thank you, i change the workspace and it works

Durgesh
11 years ago

Thanks it’s working fine – “Preferences>Java>Editor>Content Assist>Advanced“. Make sure “Other Java Proposals” is ticked

Gopinath
3 years ago

It is helpful for me. Thank you @mkyong

Abhishek Das
3 years ago

just goto content assist > favourite and add the java.io.PrintStream . and apply this

lolmanlol
4 years ago

I chose the second method and it worked, thanks a lot!

Last edited 4 years ago by lolmanlol
nithya
4 years ago

it’s already ticked but it’s not coming up for me in TestNG.xml while using <parameter> tag.

praveenkumar
5 years ago

Thanks it helps .
“Preferences>Java>Editor>Content Assist>Advanced“. Make sure “Java Proposals” is ticked

Vivek
6 years ago

Thanks it helps .
“Preferences>Java>Editor>Content Assist>Advanced“. Make sure “Other Java Proposals” is ticked

Sachin
6 years ago

Thank you…
It’s working fine..

Srikumaran Tiruppur Poosappan
6 years ago

Hi I am using the eclipse Java Photon . i don’t have that option “Other Proposal” Can you please help me .

dattu
7 years ago

Thanks a lot,It worked

Alberto
8 years ago

Thanks! Now it works!

Ashok sahu
10 years ago

sir i run soap api on google ,it run but in baidu it is not run

karnan
10 years ago

“Follow him on Twitter, or befriend him on Facebook or Google Plus.”

Can you change it to “Follow me…” this statement alone is in third person context 🙂

sammael.s1
10 years ago

on linux machine check ibus settings – you can use dconf-editor and search for ibus->general->hotkey

Sridhar Kumar
10 years ago

Thanks a lot

Mohammad
11 years ago

Thanks finally solution 2 fixed my issue 🙂

meil2000
11 years ago

Thank you so much!!! Solution #3 worked for me.

Jayaraman
11 years ago

Thank You!!

Mona
11 years ago

Thank you! solution 2 worked for me… 🙂

priyabrata
11 years ago

thanks,, option 1 works for me

Danilo
11 years ago

Option 3 solved my problem, thanks

Shanmugapriyan Murugesan
11 years ago

Thanks finally solution 2 fixed my issue 🙂

Mathieu Lavigne
11 years ago

Thank you for your good solutions (as always). I also had a problem with referenced Maven Project. Types from the referenced project were missing. I just closed and opened this project 🙂

Dauren Mussa
12 years ago

Yea… thanks

Maria
12 years ago

Thanks, this fix is still working for Eclipse SDK:

– Window > Preferences > Java > Editor > Avanced

– I set ticked the following (I’m not sure which one did the trick):

>> Java Non-Type Proposals

>> Java Proposals

>> Java Type Proposals

Yi Khin Zaw
12 years ago

Thanks. You saved my time.

Vincent
12 years ago

thank youuuuuu number 2

Thiago Nascimento Rodrigues
12 years ago

Thanks, thanks, thanks

Simon Lbc
12 years ago

Thanks you #2 is perfect, it solved my problems