我們擁有Visual Studio 2008的Power Commands,它爲項目/解決方案中的所有文件添加一個上下文菜單命令,用於刪除未使用的使用次數和分類使用次數。如何獲取項目範圍爲Visual Studio 2010移除和分類?
如何在VS2010中做到這一點,因爲這個插件是不兼容的?
我們擁有Visual Studio 2008的Power Commands,它爲項目/解決方案中的所有文件添加一個上下文菜單命令,用於刪除未使用的使用次數和分類使用次數。如何獲取項目範圍爲Visual Studio 2010移除和分類?
如何在VS2010中做到這一點,因爲這個插件是不兼容的?
對於Visual Studio 2010,您可以下載「刪除和排序使用」從延長Visual Studio Gallery。
http://visualstudiogallery.msdn.microsoft.com/en-us/cb559aa8-d976-4cc2-9754-5a712f985d16
您可以下載PowerCommands for Visual Studio 2008源代碼,將其移植(也許並不難),或看看到ReSharper 4.5
VS2010的Resharper 5測試版免費 – 2010-01-13 20:16:49
Visual Studio 2010的PowerCommands可在以下網址找到:http://visualstudiogallery.msdn。 microsoft.com/e5f41ad9-4edc-4912-bca3-91147db95b99 – 2011-06-22 08:42:27
對於的Visual Studio 2012只需下載 「PowerCommands爲Visual Studio」,從VS庫擴展到執行 「刪除和排序Usings」 項目或解決方案:
http://visualstudiogallery.msdn.microsoft.com/e5f41ad9-4edc-4912-bca3-91147db95b99?SRC=Featured
是的,你是對的。我剛剛添加了這個解決方案,因爲如果您正在尋找一個通用解決方案而不是特定版本,則此頁面是第一個結果。 – mburtscher 2012-10-02 08:17:49
@AndrewBarber擴展適用於VS2010和VS2012。 – Stijn 2013-04-09 08:49:16
@Stijn Yup;我明白了! – 2013-04-09 08:59:58
對於Visual Studio 2013,Productivity Power Tools提供了此功能,至少在fil通過右鍵單擊文件並選擇組織使用 - >刪除並排序
畫廊網站上的下載對我來說不起作用(VS的版本錯誤),但如果您在Visual Studio 2013的「擴展和更新」面板中搜索「生產力動力工具」,它可以很好地工作。 – 2015-03-31 14:31:26
[VS 2013版本的鏈接](https://visualstudiogallery.msdn.microsoft.com/dbcb8670-889e-4a54-a226-a48a15e4cace) – 2015-03-31 14:40:11
可能的重複[是否有無法一次刪除整個項目或解決方案中未使用的命名空間](http:// stackoverflow .com/questions/283471/is-there-anyway-to-remove-unused-namespaces-across-a-whole-project-or-solution-a) – nawfal 2013-02-25 09:06:48
[Project wide「Remove and Sort Usings」]( http://stackoverflow.com/questions/1107100/project-wide-remove-and-sort-usings) – Larry 2013-03-15 19:27:18