作者:mobiledu2502877277 | 来源:互联网 | 2023-07-01 15:41
MyenvironmentisVisualStudio2010withResharper6.0.IhavealargewebsitewithmanyCSSfiles
My environment is Visual Studio 2010 with Resharper 6.0. I have a large website with many CSS files with many styles.
我的环境是带有Resharper 6.0的Visual Studio 2010。我有一个包含许多样式的CSS文件的大型网站。
I would like to tidy these up as a lot of them are no longer used, I noticed that Resharper allows you to track usages but obviously this can miss out CSS class specifications in code-behind etc.
我想整理它们,因为很多不再使用它们,我注意到Resharper允许你跟踪用法,但显然这可能会错过代码隐藏等方面的CSS类规范。
My only solution is to do a Find In Files in VS but obviously when you have a large amount of styles this proves too slow and cumbersome.
我唯一的解决方案是在VS中查找文件,但显然当你有大量的样式时,这证明太慢和麻烦。
Has anyone had a similar predicament?
有没有人有类似的困境?
EDIT: It's worth mentioning that the site is a CMS comprising around 10,000 pages, so anything that requires browsing pages might also be a bit tricky.
编辑:值得一提的是,该网站是一个包含大约10,000页的CMS,所以任何需要浏览页面的东西也可能有点棘手。
3 个解决方案