Skip to content

hawkins/atom-insert-console-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.