Your official information source from the .NET Web Development and Tools group at Microsoft.
Visual Studio 11 Beta has some more improvement in HTML and CSS editors over the Developer Preview time. You can see the major feature descriptions through www.asp.net/vnext . In this channel9 video, Mads Kristensen demonstrated a few great HTML/CSS editor features in VS11 Beta (The video also demos Page inspector features by Jorge Gabuardi, and JavaScript feature by Mads as well).
Also, Here is an additional list of HTML/CSS editor features that we improved in Visual Studio 11 Beta.
<audio src="test.mp3" controls="controls" />
.class1 { | }
Hope to hear your feedbacks. Thanks for reading.
Xinyang Qiu
Web Platform and Tools Team
how do you detect memory leaks in javascript apps in VS 11 ? I used dom explorer and javascript console, but its not easily apparent how to track heap/memory allocation. thanks.