gpt4 book ai didi

visual-studio - 如何检测未使用的进口?

转载 作者:行者123 更新时间:2023-12-03 22:30:50 25 4
gpt4 key购买 nike

在我的代码中,我经常添加一些导入语句,例如:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Shapes;
using System.Windows.Threading;

在开发过程中,其中一些导入语句可能变得不必要,因为我移动了需要这些导入的代码。在 Eclipse 中,未使用的导入由 IDE 标记,但在 Visual Studio 2010 中我找不到任何提示。我怎样才能检测到它们?

最佳答案

如果您想删除它们而不只是检测它们,Visual Studio 内置了此功能:Automatic Code Generation -> Organize usings

The Remove Unused Usings option in the Visual Studio user interface removes using directives, using aliases, and extern aliases that are not used in the source code. There are two ways to call the operation:

  • Main Menu - On the Edit menu, point to IntelliSense, point to Organize Usings, and then click Remove Unused Usings.

  • Context Menu - Right-click anywhere inside the code editor, point to Organize Usings, and then click Remove Unused Usings.


编辑以包含评论中的信息
Franci 加入了 VS 2010 的 Powershell 扩展,它添加了更多功能来完成此任务以及其他任务: http://visualstudiogallery.msdn.microsoft.com/en-us/e5f41ad9-4edc-4912-bca3-91147db95b99

关于visual-studio - 如何检测未使用的进口?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4147035/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com