Good javascript editors with Unity 3 on Windows

I just started learning unity script and I cant find time to learn C# and since Java is a bit easier i’m sticking with that(No change of mind). The default editor in 3.1 is fine but is there any other good editor that:
1)Supports Unity JavaScript
2)Unity JavaScript auto-complete
3)Debugging

I look at MonoDevelop but i heard that it doesn’t support Unity JavaScript.

I got Unity 3.1 on Windows 7

  1. Monodevelop is the only option to debug at all, so you can decide to go with MonoDevelop or at least 3 will drop off for granted.

So your saying if i want to debug i have to switch to C# to use monoDevelop? Is there a add on or Plugin for Monodevelop which supports the Unity’s JavaScript?

try UnityDevelop. http://technology.blurst.com/unitydevelop-javascript-editor/

It might be a bit outdated with autocomplete, as it’s for unity 2.6, but it’s pretty good.

UnityEditor is good too. :slight_smile:

I really like the UnityEditor. Thanks thats my default now :smile: