CoffeeScript-Sublime-Plugin icon indicating copy to clipboard operation
CoffeeScript-Sublime-Plugin copied to clipboard

new snippet for logging object with description

Open dredozubov opened this issue 12 years ago • 0 comments

I find explicit logging to be exceptionally useful for debugging coffeescript, so i added one more snippet for logging. You'll have description and object dump in one keyboard stroke. logo -> console.log "object: #{object}"

I have updated README.MD accordingly and fixed one typo("-" instead of ":").

Review on Reviewable

dredozubov avatar Feb 15 '13 12:02 dredozubov