How do I change CodeRush to append the “this” keyword when converting to auto-implemented properties and extract to method refactorings?

StackOverflow https://stackoverflow.com/questions/4443124

  •  10-10-2019
  •  | 
  •  

Question

I like to use the "this" keyword when referencing auto-implemented properties and when calling methods inside my class. How do I change the CodeRush templates for "Convert to auto-implemented property" and "Extract Method" to append the "this" keyword to the refactored references?

Was it helpful?

Solution

This is not possible at the moment. But, most likely, this ability will appear in the near future.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top