.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

HTML Editing Features in Visual Studio 2013 RC

Several interesting features have been added to the new HTML editor in Visual Studio 2013 RC since the VS 2013 Preview release. See HTML Editing Features in Visual Studio 2013 Preview for a rundown of the Preview features. CSS Class and ID IntelliSense In the Preview release, the new HTML editor did not implement CSS Class IntelliSense, ...

Update: Knockout IntelliSense Highlight Bug Fix

In an earlier blog post on June 24th entitled Knockout IntelliSense Highlighting Bug Fix I described a bug fix in the Knockout IntelliSense feature. In that post I recommended installing Windows Azure SDK for .NET (VS 2012) – 2.0 to acquire the fix since it did not make it into any of the Visual Studio Updates for 2012. Several ...

HTML Editing Features in Visual Studio 2013 Preview

The Preview Release of Visual Studio 2013 contains a surprising addition: a brand new HTML editor! In fact, VS 2013 contains two HTML editors. The story’s a little complicated, so this article will do its best to simplify the matter. Visual Studio 2012 included a brand new CSS editor, implemented entirely in managed code and highly ...

Knockout IntelliSense Highlighting Bug Fix

We introduced Knockout IntelliSense in Visual Studio 2012 for web projects with KnockoutJS included, and fixed a few bugs in VS Update 1 and 2. However, one bug was not fixed in VS Update 2 and is still frequently reported: the highlighting region can shift around as the page is edited: (image) This bug was fixed and release in Web ...

Visual Studio 11 Beta HTML/CSS editor features

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 ...