How to reset foreach autocomplete behavior in ReSh

2019-07-27 07:20发布

How to reset the behavior back to original in ReSharper? I have no idea how it got broken (maybe a bug since the ReSharper update) but normally after typing foreach hitting the TAB and typing in list and hitting TAB again I would expect

foreach(var VARIABLE in list)
{

}

but instead this happens

foreach (var VARIABLE in list         {

}

This doesn't happen with ReSharper disabled. My current version is 2017.2 Ultimate.

If I could get away without resetting all the ReSharper settings that would have been nice.

1条回答
在下西门庆
2楼-- · 2019-07-27 07:49

It is a known issue for R# 2017.2 release.

Update: this issue has been fixed in R# 2017.2.1 release

查看更多
登录 后发表回答