Skip to content

caiogondim/js-console-sublime-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Console Sublime Text snippets

Snippets and Code completion for Sublime Text 2.

Installing

Install through Pacakege Control

Snippets

Snippets are the fastest way to code. To trigger a method of the Console API just put a > followed by it's name, like so:

snippets

>log expands to console.log()

>info expands to console.info()

You got the point.

Code completion

If you're more into code completion, we got you covered too. Just start typing the name of the method and the methods should start appearing.

console

Methods covered

  • console.assert()
  • console.clear()
  • console.count()
  • console.debug()
  • console.dir()
  • console.dirxml()
  • console.error()
  • console.exception()
  • console.group()
  • console.groupCollapsed()
  • console.groupEnd()
  • console.info()
  • console.log()
  • console.profile()
  • console.profileEnd()
  • console.tab()
  • console.time()
  • console.timeEnd()
  • console.timeStamp()
  • console.warn()

About

💻 JavaScript and CoffeeScript Console snippets

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •