4 Replies Last post: Feb 11, 2013 12:58 PM by Alex Berezoutsky  
Al Lelopath Newbie 1 posts since
Jan 24, 2013
Currently Being Moderated

Jan 24, 2013 10:40 PM

Code Cleanup - space

I'm playing with the Resharper Code Cleanup.

It changes this:

/// Constants for workspace names.

to this:

///     Constants for workspace names.

I don't want this to change, but I can't find where in the profile this is.

Can anyone tell me?

Alex Berezoutsky JetBrains 456 posts since
Feb 18, 2011
Currently Being Moderated
Feb 5, 2013 2:24 PM in response to: Al Lelopath
Re: Code Cleanup - space

Hello Al,

 

Do you mean the xml doc comments (///) or general C# comments (//)? A full code sample is much appreciated.

 

Thanks.

Dmitry Goncharenko Newbie 2 posts since
Feb 10, 2013
Currently Being Moderated
Feb 10, 2013 4:03 AM in response to: Alex Berezoutsky
Re: Code Cleanup - space
I see the same issue - code cleanup keeps adding spaces in front of the text in the summary tag in C# doccomments. I'm using VS2012 (Visual Studio 11.0.51106.1.)  with JetBrains ReSharper 7.1.2 C# Edition Build 7.1.2000.1306 on 2013-02-01T04:42:42.
Dmitry Goncharenko Newbie 2 posts since
Feb 10, 2013
Currently Being Moderated
Feb 10, 2013 5:17 AM in response to: Dmitry Goncharenko
Re: Code Cleanup - space
Found the setting to fix this: Under XML Doc Comments set "Indent text inside tag" to "Remove indent"
Alex Berezoutsky JetBrains 456 posts since
Feb 18, 2011
Currently Being Moderated
Feb 11, 2013 12:58 PM in response to: Dmitry Goncharenko
Re: Code Cleanup - space

Thanks for posting the answer, Dmitry!

More Like This

  • Retrieving data ...