Hi All: I used "swiffy" to convert an SWF to HTML5, which generates a large client script block to embed on a webpage. This one in particular is very large...about 350Kb (too large, I know), and once it's embedded in the <head> VS2010 slows to an unusable crawl. I presume it's Intellisense trying to parse all the code that's causing it to slow down...is there any way to disable it for this page so I can speed things up?
I'm in a VB web project...I've seen some links to disabling Intellisense in C#, but I don't see any intellisense options for "Basic" or "Jscript". I've also seen recommendations to delete fceap.dll, but I only want to temporarily disable it for this specific page (or temporarily for the project as a whole).