Code editor with variable-name autocomplete

Smultron in Unity iphone 1.7 is ok, but it does not seem to autocomplete variables names, something I’m used to from other editors (in other languages than javascript) which really speeds up coding.
I’ve not tried Unity 3.0 in this regard yet, but until it is finished does anyone have suggestions for other editors which might have more comprehensive autocomplete?

smultron does not offer such stuff.

U3 offers monodevelop which can do it.
Its one of the few editors that support UnityScript at all (don’t missthink of unitys javascript as normal javascript … in u3 its finally called UnityScript officially to prevent that name messing confusion)

Ok thanks, monodevelop might be good then.
As far as ‘UnityScript’ goes though, it is 99% the same syntax as Javascript but with some changes and additions, is it not? So an editor may not know the difference…