atom-insert-console-log
Quickly insert console.log statements around your selection
Josh Hawkins 340 0 0.0.2 MIT GitHub

atom-insert-console-log package

Quickly insert console.log statements around your selection

Features

Quickly insert console.log statements around your selection by hitting CTRL-ALT-L.

Supported languages

Currently, only JavaScript is supported. This is because the package is dumb and only inserts console.log(${selection}); // ${selection} right now. Yes, that's a semicolon. And you're gonna like it.