Way to override the way html tags are generated by Visual Studio 2010 -


is possible override particular tag generations vs2010?

right when type <table>, vs create matching </table> tag close statement. when type <table>, i'd vs generate <tr><td></td></tr></table>.

i'm pretty sure macro, nice able type , have generated.

you create code snippet , toggle that...

http://blogs.msdn.com/b/zainnab/archive/2010/02/16/html-code-snippets-vstipedit0018.aspx


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -