1

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.

Alexey Ryazhskikh
  • 2,458
  • 4
  • 32
  • 51

1 Answers1

1

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).

Community
  • 1
  • 1
Thomas Karachristos
  • 3,237
  • 18
  • 22