Resharper slows VS down as I type in CSHTML files
If I suspend resharper the problem is no longer existent. I tried to disable as many html options as possible with no luck. I can scroll around an html file fine and can even delete characters with no speed degredation. VS doesn't start to slow down until I actually start typing in the file whether it's a div or a class name.
Here are the settings I have disabled:
Environment > IntelliSense > Completing Characters = HTML: Complete on Space : Off
Code Inspection > Settings > File masks: Added *.cshtml
I'm not sure what else to try. I love resharper but if I can't edit cshtml files then I can't even use most of the features.
Please sign in to leave a comment.
I did not have the option you specified under "Help" so I used the stand alone dotTrace app. The .zip file I uploaded to ftp://ftp.intellij.net/.uploads/ is called Adrian-campos-docs.zip
During profiling it seemed to run a little bit faster than usual; however, there were still lag spikes as soon as I started to type a class name for a DOM element.