Creating and maintaining plugins for MonoDevelop isn’t easy – in the 2.9.5 update, some changes were made in the code analysis system of MonoDevelop which compromised the completion feature of Mono-D – in other words: The code was only analyzed once after it has been opened. No code changes were reflected by the completion system, so it thought it still had the original document version even after you typed in e.g. a new variable — It’s been fucked up.
Anyway I successfully noticed that issue, fixed it and made a new version out of it. I also fixed a critical bug in the ufcs completion.