How to get back to auto-completion after misspelling of a methodname in Eclipse?
Posted
by Jonas
on Stack Overflow
See other posts from Stack Overflow
or by Jonas
Published on 2010-05-20T06:54:30Z
Indexed on
2010/05/20
7:00 UTC
Read the original article
Hit count: 245
When I am coding Java in Eclipse I like the auto-completion feature. With that I mean the popup with method-names that comes when you start typing in a method name for an object. Or maybe it's called something different, i.e. method-suggestions?
But the popup is hidden if I misspells a method name, and it doesn't come back if I delete the misspelled part of the method name. Is there any way to get back the popup after a misspelling without starting to type in the hole methodname again?
© Stack Overflow or respective owner