1

Resharper uses up alot of memory (over 1GB of ram) when trying to run code analysis on the JS files in my solution which causes VS to become unresponsive.

Is it possible to turn off code analysis for all the JS files without having to tell Resharper to ignore each file individually?

Jason Quinn
  • 2,443
  • 3
  • 28
  • 36

2 Answers2

0

Yes you can here is a link explaining how to do it.

v01d
  • 1,457
  • 1
  • 11
  • 22
  • That requires you to specify each file or folder to ignore, I want to be able to specify to ignore any file with the extension .js – Jason Quinn Oct 20 '11 at 11:53
  • If you read the whole article you'll see that it is possible to insert a mask *.js, to ignore. – v01d Oct 20 '11 at 11:54
  • 1
    It says that you cannot turn off code analysis using a mask, you can use a mask to suppress messages but the files are still analysed. So I am guessing the answer to my question is that it is not possible. – Jason Quinn Oct 20 '11 at 13:05
0

You can't do this in Resharper 6.0

Jason Quinn
  • 2,443
  • 3
  • 28
  • 36