RubyMine 2016.1 Help

CoffeeScript Support

RubyMine provides CoffeeScript support. RubyMine recognizes *.coffee files, and allows you to edit them providing full range of coding assistance without any additional steps from your side. CoffeeScript files are marked with icon_CoffeeScript icon.

To run, debug, and test your code you will need it translated into JavaScript which requires a transpiler and Node.js. For more details on CoffeeScript transpilation, see Transpiling CoffeeScript to JavaScript.

In this section:

Preparing for CoffeeScript development

To prepare for CoffeeScript development, follow these steps

  1. Make sure the CoffeeScript and Node.js plugins are installed and enabled.

    These plugins are not bundled with RubyMine, but they are available from the RubyMine plugin repository. Once enabled, the plugins are available at the IDE level, that is, you can use them in all your RubyMine projects. See Installing, Updating and Uninstalling Repository Plugins and Enabling and Disabling Plugins for details.

  2. Download and install the Node.js framework.
  3. Configure the Node.js interpreter in RubyMine:
    1. On the Node.js and NPM page that opens, specify the location of the desired Node.js interpreter.

Coding Assistance

CoffeeScript support includes:

See Also

Last modified: 21 July 2016