Hi
I want to know if there is any way to stop VS from automatically setting spaces between the '=' ??
Sometimes I have to set a whole list of properties in code and what I like to do is put some tabs spaces in between to line them all up, something like this.
property1 = "blabla";
prop2 = "blabla";
property3ConatingName = "blabla";
This makes it much easier to read especially if you have like 20 to 30 properties...
VS for some reason sets it back sometimes. Don't really know what causes VS to reset all the tab spaces, but it's very annoying.
Thanks
Loading
LisaPosted Feb 19, 2009, 8:56 AM
i thought automatic format of such code is a wonderful option, anyways if you dont need it then open your VS go to Tools -->Options
in options window go to Text Editor under the language you want to change go to formatting and general tab and uncheck the options what you dont need. VS will not mess up the code once you write it.
Thanks,
Lisa