Blog Stats
  • Posts - 677
  • Articles - 1
  • Comments - 56
  • Trackbacks - 0

 

ReSharper 6 - Another clever feature!

Recently I was copying a composite property which I will just have to refer to as Team. (This was on client's code so I have to change all the names)

In class A, Team looked like:

return this.Tom + "-" + this.Dick + "-" + this.Harry;

In class B, Tom, Dick and Harry were called UncleTom, UncleDick and UncleHarry. When I copied the composite property from class A to class B, highlighted Tom in this.Tom and pressed control-J, ReSharper went straight to this.UncleTom - "clever" ReSharper!

Really I should congratulate the developers at Jetbrains for an excellent product.

 


Feedback

No comments posted yet.


Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification:
 
 

 

 

Copyright © TATWORTH