Feature request - support rules to enforce member access prefixes.
Hi, I'd like to have an option in ReSharper to require all instance member access to be prefixed by 'this.' and all static member access to be prefixed by the class name. These rules increase code readability and are widely adopted by my team, but the current ReSharper config does support them.Thanks.Shelly
1 comment
Sort by
Date
Votes
For the 'this' issue, see Resharper -> Options -> Code Editing -> C# -> Formatting Style -> Other -> Other -> Force "this." qualifier for instance member, select the setting you wish...
Please sign in to leave a comment.