MonoDevelop Autocomplete

Whenever I use monodevelop and I do a does not equals operation it changes it to something else. For example it would change

if(i!=5)

to

if(!i=5)

Does anyone know how to fix this?

Go to preferences and then go to the behavior tab make sure that you don’t have any kind of auto fix or anything related checked.

It’s weird, I’ve never had the problem myself