monodevelop with unity 3 unityscript

hi i just noticed that monodevelop has support for unityscript. does it have autocomplete for unityscript yet? and if so i cant seem to get it to work heh.

The version of MonoDevelop that is shipped with Unity 3.0 has limited autocomplete support for UnityScript. It's not as complete as the support for C#, but if you begin typing, for example, "De" in a US script, you should get a list of completions including Debug. If you type "this." in an instance method, you should get a list of completions for the current class, etc.