如何在 class 中禁用 resharper 2016.2 tab 键

How to disable resharper 2016.2 tab key inside a class

resharper 在 class 中有这个新的制表键规则,当制表符时,它会将制表符转换为导航到代码的下一部分,但不会在它们之间添加制表符间距。有谁知道如何禁用它?

这称为结构导航,将在您点击 Tab/Shift+[=13= 时 select 编码]Tab(例如,对于参数之间的制表符非常有用)。您可以在编辑器行为下的选项中更改行为。您可以找到 more details on the feature and how it works in the docs.