-
Notifications
You must be signed in to change notification settings - Fork 58
Text editor plugins
-
Emacs: defunkt's CoffeeScript Major Mode — provides syntax highlighting, indentation support, and some bonus commands.
-
gedit: wavded's gedit-coffeescript — provides syntax highlighting.
-
IntelliJ IDEA/RubyMine: yeungda's coffeescript-idea — provides syntax highlighting.
-
jEdit: dhotson's and balazstth's coffeescript-jedit — which provides syntax highlighting and indentation support in jEdit.
-
TextMate: jashkenas's CoffeeScript TextMate bundle — provides syntax highlighting, snippet expansion, and the ability to run bits of CoffeeScript from within TextMate itself.
-
Vim: kchmck's Vim CoffeeScript — adds Vim syntax highlighting and indentation support.
-
Vim snippets collections carlosvillu's CoffeeScript Vim Snippets - add snippets to be used with the snippets vim plugin.