Ctrl-Space in Eclipse without Pressing Ctrl-Space

Viewed 64277

I've just started using Eclipse and I noticed that when I start typing a local variable name it doesn't come up with suggestions like Visual Studio does until I press Ctrl+Space. Is there any way to get it to do this automatically? I find Ctrl+Space an awkward key press.

4 Answers
  1. Window -> Preferences
  2. Java -> Editor -> Content Assist
  3. Change auto-activation to suit your preferences

You will probably want to set the delay to 0.

Related