Click here to Skip to main content
15,888,968 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to make visualstudio 2008 support css v3 & html v5
Posted
Comments
Ankur\m/ 9-Jan-12 9:43am    
I answered this question but can't find my answer here. Did you delete the question and created another one?

ok....after enough surfing i found nothing for css3 intellisense in 2008

then i downloaded the css3 schema for 2010

http://visualstudiogallery.msdn.microsoft.com/7211bcac-091b-4a32-be2d-e797be0db210[^]

then i copied the file from
C:\Program Files\Microsoft Visual Studio 10.0\Common7\Packages\1033\schemas\CSS
to
C:\Program Files\Microsoft Visual Studio 9.0\Common7\Packages\1033\schemas\CSS
and deleted the file css21
and renamed the copied file to css21
and i am good to go....
its working for me!!!
 
Share this answer
 
Comments
marimir 19-Oct-14 6:22am    
Thank you rocket610 ... I'm just getting crazy about searching it ... saved me much time..!
First, follow Solution 2:

Then follow the instructions at:

http://blogs.msdn.com/b/mikhailarkhipov/archive/2007/10/19/how-to-create-custom-css-intellisense-schema-in-visual-studio-2005-and-2008.aspx[^]

to add it to VS2008 "properly".
 
Share this answer
 
I answered this but can't find it now. Don't know what happened but it somehow disappeared. :(
Anyways I will type it for ou again.

Install this to add HTML5 support - HTML 5 Intellisense for Visual Studio 2010 and 2008
[^]

I couldn't find anything for adding CCS3 support to VS 2008. But you can create your custom CSS intellisense schema in Visual Studio to support CSS3. Here is a blog post explaining this - How to create custom CSS intellisense schema in Visual Studio 2005 and 2008[^]

Hope this helps!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900