Just tired of typing console.log again and again, and do not find a way like \'Sysout + Control + Space\' in Eclipse will create System.out.println().
I made a custom template. This can help you.
Abbreviation: clog
Template code:
console.log("\n\n--------------------------------"); console.log($END$); console.log("--------------------------------\n\n");