can i disable resharper from adding 'this' prefix all the times
it seems R# add 'this' prefix when refractoring, i 'm not a fan of 'this', 'cause we already use underscore to distinguish member field and local variable. so a this seems redundant.
can i disable this behavior ?
Please sign in to leave a comment.
I never got this behaviour. Can you give me some detailed example?
In R# Options, set Languages->C#->Other->Force "this." qualifier for
instance member to 'Do not use'
"Kevin Yang" <no_reply@jetbrains.com> wrote in message
news:13660585.217101283246095178.JavaMail.devnet@domU-12-31-39-18-36-57.compute-1.internal...
>
my apologize, i didnt check the options quite clearly.
thanks !!