Let Resharper force this keyword on fields

前端 未结 2 863
感情败类
感情败类 2021-02-06 21:55

Does anyone know if it is possible to have resharper force the use of the this keyword when it can be used? For fields and such...

Resharper is capable of showing where

相关标签:
2条回答
  • 2021-02-06 22:34

    In ReSharper Options, under Code Editing -> C# -> Code Style there is an option for Use "this." qualifier for that you can set for fields, properties, events, and methods.

    0 讨论(0)
  • 2021-02-06 22:43

    Checkout the StyleCop for Resharper plugin (part of the StyleCop project).

    You can then set the "default" severity for StyleCop to Error (or just this particular rule) and it will appear in the R# "files with errors" area inside Visual Studio.

    0 讨论(0)
提交回复
热议问题