Sublime Tab Triggers for JS Console Logging

This week I created Sublime Tab triggers for Console Logging. I find myself type console.log… repetitively. Programming these tab triggers is going save me from a ton of repetitive typing and will save a bunch of time as well.

Example

Success

cl + Tab

console.log('');

Success

cls + Tab

console.log('%cSuccess', 'color: green;');

Clone my Sublime JS Console Logs Repo.