Add Visual Studio 2010 HTML5 Intelligence.
How to Add Visual Studio 2010 HTML5 Intelligence.
It’s the time to use the new technologies like HTML 5. Everyone of us knew about what this is and how easy now to generate some nice and rich UI without put much effort. No complex javascript, no silverlight or flash is required most of the time and many more advantages. There are plenty of changes in CSS too. So, I believe we should start using HTML 5 in our applications. Because almost all browsers are supporting it.
I want to write similar on the intellisense for HTML 5. In visual studio 2010
This is very simple process than any other we have followed
If you try googling for html5 visual studio 2010, the first link that you will see is HTML 5 Intellisense for Visual Studio 2010 and 2008. But unfortunately, the patch provided over there doesn’t seem to work. (DO I HAVE TO DO EVERYTHING!!)
So here’s how I got it to work.
- Download this archive and extract the contents to your desktop.
- Copy/Movehtml_5.xsd to D:Program Files (x86)Microsoft Visual Studio 10.0Common7Packagesschemashtml. The path may vary depending on where you installed VS 2010..
- From the extracted contents, run the appropriate registry file. In my case, it was VS-2010-x64.reg
- Now fire up Visual Studio 2010 (or VWD) and navigate to Tools > Options > Text Editor HTML > Validation. On the right panel, select HTML 5 as the Target.
Sandip Shinde