在按下Ctrl+E,C(代码清理)时,ReSharper会在[SetUp]方法周围添加一个区域。
有人知道我该怎么停止它吗?我不喜欢区域,也不想在任何代码中使用它们。删除它们一遍又一遍让我很慢。虽然Code Cleanup真的很好用,但这个方面令人烦恼。
在按下Ctrl+E,C(代码清理)时,ReSharper会在[SetUp]方法周围添加一个区域。
有人知道我该怎么停止它吗?我不喜欢区域,也不想在任何代码中使用它们。删除它们一遍又一遍让我很慢。虽然Code Cleanup真的很好用,但这个方面令人烦恼。
If you go into resharper options ->type members layout. Untick the use defaults layout and you will see the default layout in there. You can look for the Nunit text you wish to remove and edit it out. Apply it and your done.