Visual Studio 2010扩展让JS与CSS实现折叠

在Visaul Studio 2010中写js或css代码,缺少像写C#代码时的那种折叠功能,当代码比较多时,就很不方便。

今天发现,已经有VS2010扩展支持这个功能,它就是——JSEnhancements(下载地址 :http://down.51cto.com/data/169515)。

用了一下,感觉不错,定义region,只需将#region写在注释中即可。

//#region

funtion test(){

}

//#endregion

原文地址:https://www.cnblogs.com/fumj/p/3456197.html