While building an ASP.NET MVC application with AngularJS, VS2013 is exhibiting very bad responsiveness when switching between the file-tabs. VS is reacting extremely slow, needing up to three and more seconds loading the file-content by switching the tabs when Resharper is activated.
I am working with .cs, .js, .html and .cshtml files including Razor syntax, etc.
I found out that Resharper was the problem. By disabling Resharper, everything now works perfectly fast. It looks like Resharper is taking ages to analyze these .html, .cshtml and .js files. However, I am currently looking for deactivating the responsible Resharper option which is causing the problem. Does someone know which option could be responsible for the problem?
I am currently running on Visual Studio (version 12.0.31101.0) and Resharper (version 9.0 Update 1).