Auto complete a statement in eclipse
Posted
by fastcodejava
on Stack Overflow
See other posts from Stack Overflow
or by fastcodejava
Published on 2010-03-12T09:08:13Z
Indexed on
2010/03/12
9:17 UTC
Read the original article
Hit count: 126
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
}
© Stack Overflow or respective owner