Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why does Visual Studio 2010 slow down when editing a large .js file?

I have .js file that is currently over 4400 lines, editing it is very slow (about a second delay from keypress to character appearing in the document).

Are there any particular performance issues related to editing large file or JavaScript files?

N.B. I am using VS2010 SP1 and am running it with 16GB of RAM, and have installed http://jsoutlining.codeplex.com.

like image 279
StuperUser Avatar asked Jul 06 '11 15:07

StuperUser


1 Answers

Disabling the JSOutlining extension has improved this.

like image 182
StuperUser Avatar answered Nov 15 '22 00:11

StuperUser