Auto complete a statement in eclipse - by fastcodejava Is there a way to auto complete a statement in eclipse? If I type if (condition) it should, after pressing some key, become if (condition) { // putting cursor here } Read the article