4

Is it possible to go to Resharper -> Options -> IntelliSense -> General and switch from Resharper to Visual Studio using a command in Resharper 5?

I would like to benefit from the Razor Intellisense which comes with ASP.NET MVC 3 RC but Resharper makes it look buggy (take a look at Scott's Tweet).

Pan Robal
  • 43
  • 3

1 Answers1

2

I don't know if is possible to to only turn ReSharper intellisense on and off. However, you can turn all of ReSharper on and off using a keyboard shortcut. On my computer it still takes a few seconds but it may be the best solution until the bug is fixed.

In Tools -> Options -> Environment -> Keyboard bind the ReSharper_ToggleSuspended command to a keyboard shortcut.

Martin Liversage
  • 104,481
  • 22
  • 209
  • 256
  • I already used this workaround. Unfortunately this is darn slow since I have 20+ projects in the solution. On a simple solution with only 2 - 3 projects it also works quickly. I guess I will be adding/editing views only in bulk ;) Hope they will fix the bug quickly (not after launching R# 6 :) – Pan Robal Nov 10 '10 at 10:01