Battery Powered

Entries from August 2008

Ganymede’s Auto Completion Sure Seems Broken

August 8, 2008 · 4 Comments

So I was using the latest version of Eclipse, dubbed Ganymede, and right of the bat as I was hacking some Java code I noticed that something was missing. Actually a whole list of things went missing after I hit the usual ultra Ctrl+Space combo. For some odd reason the code completion lists were completely empty. I hit up google for an answer and there were almost no posts whatsoever about this issue.

It seems that by default the most of the code completion settings were turned off. The simple fix is to just turn them on again:

  1. Go to Window -> Settings in the menu.
  2. Type in “Completion” in the filter field or browse to the Java / Editor / Content Assist / Advanced part of the settings.
  3. Now turn all those buggers on by checking them:
  4. And it should work now.

I’m still trying to figure out why the eclipse developers have changed the defaults. Was Content Assist getting way too processing intensive? Faster computer components is much cheaper than the added labour needed to cope with productivity issues. What even puzzles me more is that not many seemed to adress this highly annoying issue of changed defaults.

Well… it does have a fashionably simple fix.

Categories: dev
Tagged: , ,