R# 6.1.1 processing source files takes a very long time
Hello,
I'm not sure why but it takes a very long time for R# to process files especially when it's web application, it seems like it's working too hard when it has to process JavaScript files, it takes about 10 min (sometimes more) for it to finish, it slows down Visual Studio to a point that it's not possible to do anything.
I tried to disable code analysis completely and use Visual Studio intellisense to no avail, it doesn't help a bit.
Please sign in to leave a comment.
Hello Eyal
Could you please clarify at what point of time does this happen: when opening solution, when building solution or when editing files?
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
When I'm opening the solution.
Hello Eyal
Does this happen when you open the solution for the first time (and cache has not yet been built) or each time? How many JavaScript files do you have and how big are they? Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
It happens each time I open the project.
The JavaScript files are part of the default ASP.NET MVC 3 web application project.
I tried to limit R# to the following intellisense options C#, VB.NET, MSBuild and NAnt with Code Analysis enabled, I've also deleted the cache just make sure (because it didn't work before) and it seems to work for now.
Hello Eyal
Looks like this was some problem with the caches. Please let me know if you'll start experiencing these problems again. Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Is there a solution for this issue? multiple of my developers are having the same problem. I've tried checking the box to clear the cache. It says cache will clear when VS restarts. However, this problem hangs my VS and I can't close it gracefully. I have to kill the process.