Skip to content

Text editor plugins

dstepanov edited this page May 6, 2011 · 29 revisions

Text editor plugins

  • Cloud9IDE: tanepiper's Cloud9IDE CoffeeScript Live extension - provides a live debug environment for .coffee files in Cloud9. Of course, written in CoffeeScript too!

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

  • NetBeans: dstepanov's coffeescript-netbeans - compiles coffeescript files without Node.js, advanced syntax highlighting, error checking by background compilation and autocompilation

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

  • Sublime Text 2: jashkenas's CoffeeScript TextMate bundle above provides syntax highlighting and snippet expansion.