Reporter | D.R. (dominik.rauch) |
---|---|
Created | Apr 25, 2018 9:28:29 AM |
Updated | Apr 25, 2018 9:30:08 AM |
Subsystem | Code Style - Formatter |
Assignee | Dmitry Osinovsky (Dmitry.Osinovsky) |
Priority | Normal |
State | Submitted |
Type | Bug |
Fix version | No Fix versions |
Affected versions | 2017.3.3 |
Fixed In Version ReSharper | Undefined |
VsVersion | VS 2017 RTM, VS 2017 15.3 |
XML Docs are no longer formatted after we installed 2017.3.2 in VS 2017.
However, neither the leading spaces are introduced (setting: Tag Content -> Indent inside element that contain text) nor long lines are wrapped (setting: Wrap long lines: true; Right margin (columns): 150).
Is this a known bug?
Best regards,
D.R.
/// <summary>
/// VERY LONG LINE
/// </summary>
// should become after CTRL+E - F
/// <summary>
/// VERY
/// LONG
/// LINE
/// </summary>
However, neither the leading spaces are introduced (setting: Tag Content -> Indent inside element that contain text) nor long lines are wrapped (setting: Wrap long lines: true; Right margin (columns): 150).
Is this a known bug?
Best regards,
D.R.