Disable javascript analysis in resharper?

javascript, resharper

Solution

We are constantly optimizing the performance, and I hope that in 9.0 it would be much better, but currently in 8.1 you have an option to completely disable JavaScript support in ReSharper by turning off options "JavaScript" and "TypeScript" in ReSharper | Options -> Environment | Languages.

Problem

When I use extjs javascript library in VS2012 project, resharper appears a stopper for the development - slow VS response, big memory usage, Ctrl+N, Ctrl+F12 give me tons of useless options. I like resharper for c# development, but don't like for js. How can I disable javascript analysis and leave for c#?

Original source