When I encode Java in Eclipse, I like the autocomplete feature. By this, I mean a pop-up window with the names of the methods that appear when you start to enter the method name for the object. Or maybe he called something else, i.e. Method suggestions?
But the popup is hidden if I mistype the method name and it doesn't return if I delete the part with the method name error. Is there a way to return a popup after a spelling error without re-entering the name of the hole method?
Jonas source
share