Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 934 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 934 Bytes

A dream becoming reality

Have you ever thought that, it would be awesome if you could use CoffeeScript instead of Javascript in your Chrome Developer Console. You know because CofeeScript rocks. Don't think again! Thanks to this extension, your wishes are becoming true.

Usage

No mighty science involved here. Just install the crx by opening it in Chrome.

Features

  • Integrates seamlessly with the Developer Tools
  • Has access to the JavaScript state of the inspected page

Todo

  • Better catch evaluation Errors
  • Add multiline code support (Alt+Enter)
  • Support logging (console.log -> coffee.log)
  • Pretty print Javascript Objects
  • Add syntax highlighting

Special Thanks to

  • CoffeeScript for the most beautifull language out there and it's js compiler.
  • Snook for his extension. It was very inspirational.