coffee-check

An Atom package to compile a coffeescript selection to check its javascript output using the latest coffeescript.

jhessin

122

0

0.0.3

MIT

GitHub

Atom : Coffee Check

Compile a CoffeeScript selection to check its JavaScript output.

This is a fork of Leny's great work CoffeeScript Check. His work is quite outdated though. This project uses the latest version of CoffeeScript 2 whereas his uses v1.9


Usage

Select a text, then use the command Coffee Check: Check: if the selection (or the whole file if there's no selection) is CoffeeScript or Literate CoffeeScript, the plugin compiles it and shows the result in a notification.

The notification provides a "Copy to clipboard" button to copy the compiled result.

Keybindings

With the success of Atom, it's really difficult to choose keybindings that will not enter in conflict with anyone else's packages, so I have set the default keystrokes to 'unset' so you can still copy and paste into your own keybindings.