Showing results for HTML - .NET Blog

Jan 12, 2016
0
0

Visual Studio keeps showing suggested extensions

Mads Kristensen
Mads Kristensen

In Visual Studio 2015 Update 1 we introduced a mechanism that would analyze a web project and suggest helpful Visual Studio extensions based on what it could find. For instance, if the project was using the Bootstrap CSS framework, it would suggest two very cool extensions specifically for working with Bootstrap.   It works by showing a ...

ASP.NET
Sep 27, 2012
0
0

More Details on the “Closing Tag Problem”

Mads Kristensen
Mads Kristensen

We are testing a fix for the “closing tag problem” bug, but it will still take some time to deliver the fix to customers. The work-around posted earlier will alleviate the problem now and should not need to be undone once the fix is shipped.This bug has actually been in the product for several release, but was previously hidden by anoth...

ASP.NET
Sep 26, 2012
0
0

Workaround for HTML closing tag problem

Mads Kristensen
Mads Kristensen

In Visual Studio 2012, HTML tags will fail to be automatically closed when using the following keyboard layouts: On these keyboards, the “>” character is typed by pressing AltGr+. or RightAlt+.Work around Typing an HTML tag will now result in the closing tag being automatically inserted, as in VS 2010.

ASP.NET