Visual Studio 2012 + Resharper 7.1 = slooooow, what should I do?

I used to have R # 6 with VS2010, and that was great.

Now, I installed a trial version of R # 7.1 yesterday, and my VS 2012 has become so slow that I really want to remove R #, despite all the passion associated with this.

Any recommendations for resolving this performance issue?

+4
source share
1 answer

Please be more specific: what projects are you working on, have you noticed which specific actions are slow (for example, opening a solution, causing code to end (IntelliSense) in JavaScript, or something like that). Without details, I can only give you these general recommendations:

  • Close Visual Studio, try deleting the caches for the solution (they are usually located next to your * .sln file in a folder named _ReSharper.), Open Visual Studio again.
  • Try temporarily disabling / removing all other Visual Studio extensions / plugins.
  • Try ReSharper 8.0 EAP, maybe your problem is fixed there.
  • ReSharper has a feature that allows you to profile it (the ReSharper | Help | Profile Visual Studio menu). If you know the reproducible slow action, you can call this function, execute this action, and then send this performance snapshot in support of JetBrains ( http://www.jetbrains.com/support/resharper/ ) or open the bugreport at http: // youtrack.jetbrains.net/ . They can tell you which part of ReSharper is slow and how to disable this part.
+2
source

Source: https://habr.com/ru/post/1483156/


All Articles