Autocomplete is broken in Monodevelop

As of 3.2, Monodevelop does not show properties and methods for my classes. It does work on Unity and framework classes, however.

Has anybody else run into this? How might I fix it?

Make unity resync the project.
autocomplete broken normally means that the reference to the unityengine and unityeditor assemblies fail, which would only be the case if you moved unity without reinstalling or cause it went out of sync

I tried that earlier, and again just now… no luck.

Ah, that DID work. I also had a syntax problem higher up in my code that was preventing autocomplete from working.

Thanks!

great :slight_smile: