Monodevelop (427208)

When I program in Monodevelop (UnityScript), it does not do autocompletion (showing options underneath where you are typing) for private variables, only public variables. Is there a way to change this?

Thanks

Anyone have an update on why this happens? I’d love to be able to have autocompletion for my private variables, since most of my variables are indeed private.

Work for me… Are you sure the variables you’re trying to get auto-completion on are defined in the same class as you’re editing?

Yeah, they are. Are you using C# or UnityScript? It works for me in C#, but no UnityScript. Unfortunately, I only code in UnityScript. Haven’t decided to switch to C# yet, but something like this might just irk me enough to do it.

Oops, sorry, I missed that you’re using UnityScript; I use C#.

Anyone else use JavaScript and MonoDevelop and experience this problem?

Can anyone else check this out to see if it is not just my computer?

Thanks in advance.

I gave up on using MonoDevelop with JavaScript (under Windows). Never got auto completion or auto indent to work properly. I was pretty disappointed that UT shipped U3 with script editors that are only partially functional. I’m now using Notepad++, which is not perfect but a lot better than MonoDevelop or UniScite IMO. Do a search of the forums and the wiki and you’ll find what you need to set it up.

I see – hopefully they will fix this. I love UnityScript, but there’s no good editor for it out of the box. I’ll take your advice – thanks.