PhpStorm 6.0.1 Web Help

PhpStorm provides CoffeeScript support. PhpStorm 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
  1. Download and install the Node.js framework.
  2. Configure the Node.js interpreter in PhpStorm:
    1. Click update_node_js.png on the main toolbar.
    2. On the Node.js page that opens, specify the location of the desired Node.js interpreter.

Coding assistance

CoffeeScript support includes:

See Also

Language and Framework-Specific Guidelines:

External Links:

Web Resources: