2010-01-13 37 views
18

我們擁有Visual Studio 2008的Power Commands,它爲項目/解決方案中的所有文件添加一個上下文菜單命令,用於刪除未使用的使用次數和分類使用次數。如何獲取項目範圍爲Visual Studio 2010移除和分類?

如何在VS2010中做到這一點,因爲這個插件是不兼容的?

+0

可能的重複[是否有無法一次刪除整個項目或解決方案中未使用的命名空間](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

+0

[Project wide「Remove and Sort Usings」]( http://stackoverflow.com/questions/1107100/project-wide-remove-and-sort-usings) – Larry 2013-03-15 19:27:18

回答

8

對於Visual Studio 2010,您可以下載「刪除和排序使用」從延長Visual Studio Gallery。

http://visualstudiogallery.msdn.microsoft.com/en-us/cb559aa8-d976-4cc2-9754-5a712f985d16

+0

工程,但只在項目級別,而不是在整個解決方案一次。如果項目包含子文件夾(AKA似乎無法遍歷文件夾層次結構),也會出現問題。 – JohnB 2010-11-21 00:44:42

+0

對我來說幾乎沒用,因爲我們的項目總是在子文件夾中組織! – Rich 2011-01-13 11:18:01

+4

該擴展程序已更新多次,並使用嵌套文件夾。 – CoryC 2011-04-06 19:27:06

1

您可以下載PowerCommands for Visual Studio 2008源代碼,將其移植(也許並不難),或看看到ReSharper 4.5

+0

VS2010的Resharper 5測試版免費 – 2010-01-13 20:16:49

+0

Visual Studio 2010的PowerCommands可在以下網址找到:http://visualstudiogallery.msdn。 microsoft.com/e5f41ad9-4edc-4912-bca3-91147db95b99 – 2011-06-22 08:42:27

23

對於的Visual Studio 2012只需下載 「PowerCommands爲Visual Studio」,從VS庫擴展到執行 「刪除和排序Usings」 項目或解決方案

http://visualstudiogallery.msdn.microsoft.com/e5f41ad9-4edc-4912-bca3-91147db95b99?SRC=Featured

+2

是的,你是對的。我剛剛添加了這個解決方案,因爲如果您正在尋找一個通用解決方案而不是特定版本,則此頁面是第一個結果。 – mburtscher 2012-10-02 08:17:49

+0

@AndrewBarber擴展適用於VS2010和VS2012。 – Stijn 2013-04-09 08:49:16

+0

@Stijn Yup;我明白了! – 2013-04-09 08:59:58

3

對於Visual Studio 2013Productivity Power Tools提供了此功能,至少在fil通過右鍵單擊文件並選擇組織使用 - >刪除並排序

+0

畫廊網站上的下載對我來說不起作用(VS的版本錯誤),但如果您在Visual Studio 2013的「擴展和更新」面板中搜索「生產力動力工具」,它可以很好地工作。 – 2015-03-31 14:31:26

+0

[VS 2013版本的鏈接](https://visualstudiogallery.msdn.microsoft.com/dbcb8670-889e-4a54-a226-a48a15e4cace) – 2015-03-31 14:40:11

相關問題