2013-07-10 185 views
0

有什麼辦法升級visual studio 2008的CSS版本。 它目前使用CSS 2.1。我想使用CSS3。 請分享您的想法。visual studio 2008 CSS升級

+0

你可以在VS2008中使用CSS3 ...除非你想 - [CSS3 intellisense](http://blogs.msdn.com/b/mikhailarkhipov/archive/2007/ 10/19/how-to-create-custom-css-intellisense-schema-in-visual-studio-2005-and-2008.aspx)**或** [CSS 3 Intellisense Schema](http:// visualstudiogallery。 msdn.microsoft.com/7211bcac-091b-4a32-be2d-e797be0db210)** –

+0

http://visualstudiogallery.msdn.microsoft.com/7211bcac-091b-4a32-be2d-e797be0db210 – Morpheus

+0

@NickR是的。我想在vs2008中使用css3 intellisense。您提供的鏈接適用於vs2010。 – jubairusman

回答

0
  1. 從鏈接下載並運行安裝程序。 http://visualstudiogallery.msdn.microsoft.com/7211bcac-091b-4a32-be2d-e797be0db210?SRC=Home
  2. 打開註冊表編輯。 Run-regedit
  3. 2a。找到:HKEY_LOCAL_MACHINE \ SOFTWARE \微軟\ VisualStudio的\ 9.0 \ {包A764E895-518D-11d2-9A89-00C04F79EFC3} \架構

    2b. From there add a Key: Schema 5 
    
        2c. Add two string values 
    
          Keyname: File 
          Value: css30.xml 
    
          Keyname: Friendly Name 
          Value: CSS 3.0 
    
  4. 確保css30.xml位於C:\ Program Files文件\微軟的Visual Studio 10.0 \ common7 \ packages \ 1033 \ schemas \ css

5.在那裏您會看到css.xsd,css10,css20,css21和css-ie60。如果在此文件夾中找不到CSS30.xml,請使用Windows搜索並將css30.xml文件複製到此文件夾中

6.重新啓動VS並打開任何給定的CSS文件。選擇CSS 3.0,它應該啓用CSS 3.0驗證。 它在VS2008中的vs2010.try中工作

+0

完成您提到的步驟後,我可以在VS2008的樣式表文件中看到下拉列表中的'CSS 3'選項以及css2,2.1等。但我無法選擇或使用它.. – jubairusman

+0

這是否需要vs2008 service pack1? – jubairusman

+0

它在vs2008 sp1中也不起作用:-( – jubairusman

相關問題