How do I make VS2008 place double quotes around intellisense offerings
https://stackoverflow.com/questions/2145226
Question
I am in the HTML editor (building an ASP.NET MVC view) and coding up HTML.
The editor is handy with intellisense for various attributes, but when I select whatever VS2008 offers, it never places double quotes around them, as HTML says you should.
For instance:
<head runat=
offers server
, but when I select it, I get:
<head runat=server
instead of
<head runat="server"
Is this a setting somewhere?
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow