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

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

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

 

//#region

funtion test(){

}

//#endregion

相关文章:

  • 2021-07-04
  • 2021-04-13
  • 2021-11-20
  • 2022-12-23
猜你喜欢
  • 2021-12-08
  • 2021-10-10
  • 2021-09-20
相关资源
相似解决方案