Hello. This might be a dumb question, but still. I unchecked everything related to whitespaces in Settings>Code Formatting>C#.
However, it still completes like
Debug.Log ("Whatever");
while I want
Debug.Log("Whatever");
How to do it?
Hello. This might be a dumb question, but still. I unchecked everything related to whitespaces in Settings>Code Formatting>C#.
However, it still completes like
Debug.Log ("Whatever");
while I want
Debug.Log("Whatever");
How to do it?
There’s two different places you can set whitespace settings. There’s Tools → Options, and there’s Project → Solution Options. Try to set the whitespace settings in both, that usually does it.
And when you get sick of Monodevelop’s badness, get Visual Studio Express, which is better (but still free!)