标签: resharper resharper-6.0
我工作的公司有一种命名方式,“this”必须添加到每个函数,属性调用和字段中。有时我会忘记它。我希望Resharper自动完成。
有什么建议吗?
答案 0 :(得分:23)
查找选项ReSharper | Options -> Code Editing | C# | Formatting Style | Other -> Other | Force "this." qualifier for instance member并将其更改为Use always,然后运行完整的代码清理。
ReSharper | Options -> Code Editing | C# | Formatting Style | Other -> Other | Force "this." qualifier for instance member
Use always