MonoDevelop copy paste issue

When I paste anything into MonoDevelop it always pastes an extra character at the end of the paste. Whatever character follows the pasted text gets doubled and added.

For example, let’s a I copy “transform” and paste it between “()”. What I end up getting is this:

(transform))

Or if I paste it here “tr.localScale” to overwrite “tr”, I get this:

transform…localScale

It always picks up the character to the right and doubles it. Very annoying…

Has anyone else seen this? Do you know how to fix it?

You could always use UniSciTE instead of MonoDevelop.
It is more basic but works much better in my opinion.

Did you fixed this issue? It makes me crazy too…