Eclipse autocompletion problem
Posted
by
Gene Marin
on Stack Overflow
See other posts from Stack Overflow
or by Gene Marin
Published on 2011-03-18T22:17:42Z
Indexed on
2011/11/13
17:50 UTC
Read the original article
Hit count: 316
Just installed Eclipse Helios (Win7 64) and I'm having a strange problem. I type syso-Ctrl-Space which is expected to complete to System.out.println("") but it doesn't work! I searched the web for about an hour now, I set Preferences > Java > Editor > Content Assist to defaults, nothing. Everything else seems to work. Ideas?
To be clear: the shortcut works, it completes everything except "syso" as seen so far, on syso (also tried sysout) it says "No Default Proposals". I couldn't find this kind of shortcuts in the Content Assist, but I set them to default anyway.
© Stack Overflow or respective owner