jb-san / CoffeeReplConsole

a CoffeeScript console extension for google chrome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

a CoffeeScript console extension for google chrome