在安装Standards Update for VS2010 SP1后,VS2010中没有CSS3.0问题,以下是我的解决方法
1、首先去官网下载 CSS 3 Intellisense Schema
网址:http://visualstudiogallery.msdn.microsoft.com/7211bcac-091b-4a32-be2d-e797be0db210/view/Discussions/1
2、安装
3、Win+R 输入 regedit 打开注册表
4、找到 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\10.0\Packages\{A764E895-518D-11d2-9A89-00C04F79EFC3}\Schemas\Schema 5]
5、如果没有 Schema 5 创建它,并创建 String File = css30.xml 和String Friendly Name = CSS 3.0.
6、在路径C:\Program Files\Microsoft Visual Studio 10.0\Common7\Packages\1033\schemas 中找到刚刚安装的CSS文件夹中的css30.xml, 并将它拷贝到
D:\Microsoft Visual Studio 10.0\Common7\Packages\2052\schemas\CSS 路径下(注:这个是安装VS2010的路径)
7、重启VS2010即可
VS2012直接已经支持了
《Visual Studio Code 1.56.2中文版》百度网盘资源免费下载:
链接: https://pan.baidu.com/s/1rj3A-rd6baGpEgtaKHCBrg
?pwd=xx6p 提取码: xx6pVScode 1.56.2中文版是针对64位windows系统而开发的一款免费代码编辑器,全称为visual studio code,由微软官方发布,该编辑器属于轻量级的,但功能却很强大,不仅支持JavaScript,TypeScript和Node.js,并为其他语言如(C ++,C#,Python,PHP,Go)和运行时(如.NET和Unity)提供了丰富的扩展生态系统,是目前编程人员最喜欢的源代码编辑器。