Reporter | Alex Povar (zvirja) |
---|---|
Created | Aug 3, 2017 4:27:13 PM |
Updated | Apr 19, 2018 3:55:22 PM |
Subsystem | Code Style - Cleanup |
Assignee | Razmik Seysyan (razmik) |
Priority | Normal |
State | Submitted |
Type | Bug |
Fix version | No Fix versions |
Affected versions | No Affected versions |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
R# ignores the following EditorConfig directives related to "this" keyword usage:
These settings are already present in R# and exactly the same, so it will costs nothing to add support:
I often work with OSS projects and I cannot push R# team-settings there :(
dotnet_style_qualification_for_field = true:warningIt creates a mess, as VS suggests to insert
dotnet_style_qualification_for_property = true:warning
dotnet_style_qualification_for_method = true:warning
dotnet_style_qualification_for_event = true:warning
this
keyword highlighting that as a warning, while R# shows that it's redundant and should be removed.These settings are already present in R# and exactly the same, so it will costs nothing to add support:
I often work with OSS projects and I cannot push R# team-settings there :(