What is the eclipse java declaration shortcut ?
Posted
by Felipe
on Stack Overflow
See other posts from Stack Overflow
or by Felipe
Published on 2010-05-25T17:42:22Z
Indexed on
2010/05/25
17:51 UTC
Read the original article
Hit count: 164
There´s any eclipse shortcut to stance a new object ? For example. I would like to type:
Object zzz =
and it would complete for me this way:
Object zzz = new Object();
with void parameter of course. I will wait answers.. thank you people.
© Stack Overflow or respective owner