Reporter | Manuel Pallier (manuel.pallier) |
---|---|
Created | Apr 12, 2018 11:06:51 AM |
Updated | Apr 25, 2018 11:36:03 AM |
Subsystem | Code Style - Formatter |
Assignee | Dmitry Osinovsky (Dmitry.Osinovsky) |
Priority | Critical |
State | Submitted |
Type | Bug |
Fix version | 2018.1.1 |
Affected versions | 2018.1 |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
If I have those two lines in my EditorConfig file, the ReSharper options window doesn't highlight the options in yellow and doesn't show the overridden value in the tooltip:
resharper_xmldoc_indent_child_elements = zeroindent
resharper_xmldoc_indent_text = zeroindent
But if I change the values to "zero_indent" the options window correctly show the overridden values.
The change of possible values can also be seen on the documentation pages. Compare
https://www.jetbrains.com/help/resharper/EditorConfig_XMLDOC_XmlDocCodeStylePageSchema.html#Tag_Content and
https://www.jetbrains.com/help/resharper/2018.1/EditorConfig_XMLDOC_XmlDocCodeStylePageSchema.html#Tag_Content
As discussed in RSRP-468863 for a different EditorConfig property I'd suggest to also add an alias for these.
Tested with 2018.1 EAP 8