Reporter | Manuel Pallier (manuel.pallier) |
---|---|
Created | Apr 13, 2018 10:18:43 AM |
Updated | Apr 13, 2018 10:18:43 AM |
Subsystem | No Subsystem |
Assignee | Unassigned |
Priority | Normal |
State | Submitted |
Type | Unspecified |
Fix version | No Fix versions |
Affected versions | 2018.1 |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
I've just learned from a blog post that the 2018.1 EAP supports setting inspection severities in the EditorConfig file. As mentioned in this post, the supported properties are listed on the Index of EditorConfig properties page in the documentation.
In my opinion this should be improved. That index page is extremely long. It's fine for searching, but not for reading through the available options. I suggest to create a sub page for all those inspection severity properties. On this page you could then also document the available settings for the properties (do_not_show, hint, suggestion, warning or error). I couldn't find those at all in the documentation.
Additionally I'd suggest to mention or link related inspection severity properties on the pages that document the actual setting properties. E.g. C# - CodeStyle - Static Members Qualification could mention that there is a "resharper_arrange_static_member_qualifier_highlighting" property that handles the highlighting of exactly that settings.