Automatically insert double quotes when typing an attribute in HTML, XML or ASP .NET in Microsoft Visual Studio
January 11, 2010
0 Comments
If you want to automatically insert double quotes when typing an attribute, use the Microsoft Visual Studio option:
Tools > Options > Text Editor > HTML > Format > “Insert attribute value quotes when typing”
When you type runat= in a div it wil automatically insert quotes:
<div runat="server"> </div>Tags: ASP .NET, Visual Studio