Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Auto-Insert double quotes for HTML attributes broken

In VS2008, it used to be that whenever I was typing an html attribute in an .aspx page when I hit '=' a pair of double quotes was automatically inserted and the cursor placed inside them. I guess I've changed a setting, but I don't know what to change to get that functionality back.

I am using Resharper if it makes a difference.

like image 996
ScottS Avatar asked Mar 17 '10 00:03

ScottS


1 Answers

In VS2008. Tools -> Options -> Text Editor -> HTML -> Format -> Click "Insert attribute value quotes when typing".

Not sure how this is impacted with Resharper.

like image 86
ChadT Avatar answered Sep 25 '22 14:09

ChadT