I'm starting a new ASP.NET project that I'm trying to use some jQuery with, but whenever I try to open .js file (blank or containing a few lines of javascript) in Visual Studio (SP1), it often hangs; showing the .js filename in a new tab, but the actual text editor window showing whatever was drawn to the screen before opening the .js file. Eventually, after closing and re-opening, it will open in the text editor, but the font is always something like 10pt Arial and the colors do not match what I have set in Visual Studio options. Even after changing this in VS options, the next re-launch of Visual Studio yields the same results.
Has anyone else experienced hang, unresponsiveness, wonkiness from Visual Studio with JavaScript files? Any advice?