What is easiest way to tell Eclipse in Java code make System.out.println("");
statement by writing some short phrase. I like C#
way of pressing cw 2 x tab
and get full code:
cw 2 x tab
brings
Console.WriteLine("");
How to achieve the same in Eclipse Java project?