Visual Studio 2008 Unresponsive When Opening JavaScript Files
Posted
by lush
on Stack Overflow
See other posts from Stack Overflow
or by lush
Published on 2010-05-26T21:28:31Z
Indexed on
2010/05/26
21:31 UTC
Read the original article
Hit count: 218
JavaScript
|visual-studio
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, 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. 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?
© Stack Overflow or respective owner