coffeescript-idea
coffeescript-idea copied to clipboard
ABANDONED CoffeeScript Plugin for IntelliJ IDEA
Results
11
coffeescript-idea issues
Sort by
recently updated
recently updated
newest added
The single quoted heredoc is parsed fine, but there is a second notation with double quoted heredocs that allows interpolation within the heredoc. #### Example ``` $(""" """) ```