Missing previous feature: "Arrange this qualifier"
JetBrains ReSharper Platform 6 Build 6.0.20141121.230133-eap8
does not offer the "arrange this qualifier" in cleanup code. this was an important feature to me. code like
void fun() {
directory = "home";
}
// would convert by "cleanup code" to
void fun() {
this.directory = "home";
}
would be important to me to get this feature back.
Please sign in to leave a comment.
Hello
Could you please adjust it once again here ReSharper | Options | Code Editing | C# | Code Style | Instance member qualification | Use "this." qualifier for?
Thanks!