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: 142

Filed under:
|

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

Related posts about java

Related posts about eclipse