RefactoringEssentials icon indicating copy to clipboard operation
RefactoringEssentials copied to clipboard

C# Add 'this' keyword to class members

Open trall0 opened this issue 9 years ago • 1 comments

Some guys (like me) prefer to use 'this' keyword to reference the class members.

I developed this code refactoring provider ...

AddThisKeywordRefactor.zip

trall0 avatar Aug 07 '16 11:08 trall0

This overlaps a lot with stylecop.analyzers. That package features already an alayzer and quickfixes for this issue.

bexxx avatar Aug 12 '16 07:08 bexxx