Reputation: 10696
Is there any way to make Visual Studio 2010 automaticly add colon after selecting property name when writing CSS code?
Same as Adobe Dreamweaver does?
Upvotes: 0
Views: 470
Reputation: 6980
I know that Web Essentials 2012 plugin for VS2012 has this functionality (and I use it). I don't know for sure if Web Essentials for VS2010 has this too, but you can try.
After plugin install go to: Tools -> Options -> Web Essentials -> CSS -> Enable Speed Typing (TRUE)
Upvotes: 1
Reputation: 2435
Using Resharper will help, it has very beautiful intellisense support for CSS. I am not sure if it adds colon automatically.
Upvotes: 1