Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resharper 5 XML comment format

Tags:

resharper

When using Resharper XML comment formatting it ends up formatting like this example (note the indentation):

/// <summary>
///     Gets the extension's type
/// </summary>

I would like it to do this:

/// <summary>
/// Gets the extension's type </summary>

Is there any way to configure this?

Thanks Dan

like image 408
dan Avatar asked Jun 22 '11 11:06

dan


1 Answers

As of July 4th 2011, there is no option to format XML comments in ReSharper.

Source - http://devnet.jetbrains.com/thread/305502;jsessionid=CD1ACAF582C865B28312F2A03B0E69C0?tstart=0

There is a feature request logged here - http://youtrack.jetbrains.net/issue/RSRP-44782?projectKey=RSRP&query=xml+comment

like image 148
devdigital Avatar answered Sep 30 '22 21:09

devdigital