JetBrains Rider
 
Get JetBrains Rider
You are viewing the documentation for an earlier version of JetBrains Rider.

Languages and frameworks: CoffeeScript

Last modified: 21 April 2023

Required plugins:

CoffeeScript -  Install the plugin on the Settings | Plugins page, tab Marketplace.

File Watchers -  The plugin is bundled with JetBrains Rider and enabled by default.

With JetBrains Rider, you can use CoffeeScript that compiles into JavaScript. JetBrains Rider recognizes *.coffee files and marks them with the CoffeeScript icon. You can set breakpoints directly in your CoffeeScript code and JetBrains Rider recognizes them using source maps generated during compilation.

JetBrains Rider helps you write CoffeeScript code by suggesting completion for keywords, labels, variables, parameters and functions. You can jump from a symbol to its declaration F12 or implementation Alt+End as well as find any symbol by its name Ctrl+Alt+Shift+T.

JetBrains Rider integrates with the coffeescript compiler that translates CoffeeScript code into JavaScript. The tool also creates source maps that set correspondence between lines in your CoffeeScript code and in the generated JavaScript code so that JetBrains Rider debugger recognizes breakpoints in your CoffeeScript code and processes them correctly.