Javascript Log Snippets for Sublime Text =================== Type `log foobar` to get output of `console.log('foobar: ', foobar); Type `logs foobar` to get output of `console.log('foobar'); Type `info foobar` to get output of `console.info('foobar: ', foobar); Type `infos foobar` to get output of `console.info('foobar');