How to turn off Roslyn Code Fixes in VS 2015?

蹲街弑〆低调 提交于 2019-12-21 03:49:45

问题


How can I turn off Roslyn Code Fixes in VS 2015?

It works correctly (with the latest Resharper 9.1.2), but still while it initializes it blocks navigation, I mean Home, End, Left, Right are delayed for 0.5 - 1.5 seconds. Also it seems to be fool the nav keys, now it's the dozenth times I find myself in the VS main menu, or an other source file just by pressing the 4 nav keys I've listed, I don't know how...

What I've tried so far:

  1. Look for in the Tools/Options and search for 'Roslyn'
  2. Context menu withing the Roslyn Code Fixes
  3. Google
  4. Native search in Stackoverflow

Probably I am missing something it would not be so hard...


回答1:


Your typing problems sounds suspiciously like this issue : https://youtrack.jetbrains.com/issue/RSRP-445640 that appeared for VS2015 + R# they have some workarounds but not solution yet.

Update

From this tweet https://twitter.com/serjic/status/624202171060502528 it seem that they are working on a bugfix and that a good workaround exists :

Turning off 'Do not show Visual Studio bulb' fixes typing issues in ReSharper 912. We are working on the hot fix.

Update 2

They did a full blog post on it : Critical Issue with ReSharper 9.1.2 in Visual Studio 2015 RTM: Workarounds and Estimates



来源:https://stackoverflow.com/questions/31581849/how-to-turn-off-roslyn-code-fixes-in-vs-2015

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!