MonoDevelop has been on the fly changing “String;” to “string;” generating errors every time. I believe its some sort of autocomplete style “Feature” but its driving me crazy, and I can’t find the off button for it.
Example:
I type…
var str : String;
as soon as I hit the enter key it changes it to
var str : string;
Just a capital letter messing the code up. I tried to find this elsewhere, but no luck in locating the solution. Having to stop every time and adjust it back is slowing down my productivity. Please help.
Thanks in advance for your excellent answer/advice. I’m certain its silly obvious and I just keep overlooking it.