It is used only in a relatively small number of cases.
Imagine you have an interface with methods
public interface Farm { public int getNumberOfDucks(); public int getNumberOfChickens(); public int getNumberOfGeese(); }
then if you enable this option and enter
farm.getN<control-space>
it will be autocompleted until
farm.getNumberOf
before you see the menu. Without it, he will immediately show you the menu without filling in anything.
It works only for members, not classes.
Tim
source share