Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to turn off Roslyn Code Fixes in VS 2015?

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...

enter image description here

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...

like image 771
g.pickardou Avatar asked Jul 23 '15 08:07

g.pickardou


1 Answers

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. 'Do not show Visual Studio bulb' Option

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

like image 73
Julien Roncaglia Avatar answered Sep 22 '22 00:09

Julien Roncaglia