RefactoringEssentials
RefactoringEssentials copied to clipboard
C# Add 'this' keyword to class members
Some guys (like me) prefer to use 'this' keyword to reference the class members.
I developed this code refactoring provider ...
This overlaps a lot with stylecop.analyzers. That package features already an alayzer and quickfixes for this issue.