IDE for IcedCoffeeScript programming?

144 views Asked by At

What IDE can I use to develop IcedCoffeeScript code with syntax highlight and intellisense?

I tried to use Webstorm, but it does not support IcedCoffeeScript.

1

There are 1 answers

0
Thomas Karachristos On

You can't have more than syntax checking/coloring and snippets with (iced)CoffeeScript (on any IDE) because the way the language operate. So intellisense is out of game. Many environments supports autocomplete, who can help.

note: all editors can have different kinds of autocomplete features with or without packages(extensions).