Best Unity Boo editor?

Okay, so I program in Boo (Shocking I know, a Boo programmer) but I’m not too fond of monodevelop, is there any other great Boo editors or am I forced to stick to monodevelop.

UniSciTE

C:/Program Files/Unity/Editor/Data/Tools/UniSciTE

I personally use Sublime Text. It works on both Windows and Mac.

To fit Sublime Text you’ll need a couple of packages:

  1. Boo - for syntax-highlighting
  2. Unity Completions or Unity Completions Light - for auto-completions

Full disclosure: I am the author of Unity Completions and co-author of Boo. But I think that just goes to show how much I like Sublime Text. :slight_smile:

Note that Sublime Text is an editor, not an IDE.