ReSharper is extremely slow with JavaScript files

482 views Asked by At

The original issue is that everything slows and freezes.currently i'm using resharper 9 with VS 2013. When I start typing in a mark up file that contains JavaScript/Jquery or a JavaScript file and before I can get the 3rd or 4th letter out it is processing it and reformatting file. At times the IDE isn't responsive at all. I limit the number of files open and turn off analysis at the page level in hopes that that will limit the resources being used.

1

There are 1 answers

0
citizenmatt On

Go to ReSharper → Help → Profile Visual Studio, and take a profile snapshot of the slow behaviour. This will be reported to JetBrains and the dev team can investigate. More details are available at this support post.

Also, try disabling any other plugins (both Visual Studio and ReSharper) to see if it helps - perhaps something's conflicting?