Automatic Tag Update in Visual Studio 2011 Developer Preview

Visual Studio 2011 Developer Preview introduced a nice features that helps you to update HTML Start and End tag automatically. In previous version of Visual Studio If you wanted to update any html tags in markup you have had to update both start and end tags manually but, Visual Studio 2011 developer preview automatically update the tag with change of any one.

Let’s say you have text with in a <p> tag

image

Now you want to change it to <div>. So, just start editing the <p> tag with <div>.  If you start editing start tag, It will automatically update end one or vice versa.

image

image

Yes, small but nice features.

You can find all tips related with Developer Preview over here https://dailydotnettips.com/tag/developer-preview/

Abhijit Jana

Abhijit runs the Daily .NET Tips. He started this site with a vision to have a single knowledge base of .NET tips and tricks and share post that can quickly help any developers . He is a Former Microsoft ASP.NET MVP, CodeProject MVP, Mentor, Speaker, Author, Technology Evangelist and presently working as a .NET Consultant. He blogs at http://abhijitjana.net , you can follow him @AbhijitJana . He is the author of book Kinect for Windows SDK Programming Guide.