How to teach ReSharper NOT to wrap xml comments on several lines?
Hi,
I prevere xml comments on sinlge lines e.g.
/// <summary>Gets or sets color.</summary>
But after code cleanup ReSharper reformats to:
/// <summary>
/// Gets or sets color for selected area
/// </summary>
Escepcially on methods with lots of parameters this blows up the code.
Is there a way to turn of this "service"?
Regards
Susanne
Please sign in to leave a comment.
This is NOT ReSharper's feature!
--
Eugene Pasynkov
ReSharper Technical Lead
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"
"Susanne Klemm" <no_reply@jetbrains.com> wrote in message
news:8338635.4821234854163331.JavaMail.clearspace@app4.labs.intellij.net...
>
>
>
>
>
>
>
>
You're right!
It is the Code cleanup implementation of "StyleCop for ReSharper" for SA1628 and SA1629. I turned them off the now no wrapping is inserted.
Ciao
Susanne