Skip to content

Text editor plugins

max99x edited this page Mar 25, 2011 · 29 revisions

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.

  • Kate: max99x's kate-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.