本文介绍了自动删除未使用的变量声明 - Android Studio/Inteiij的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法在 Android Studio/Intellij 中自动删除所有未使用的字段声明?

Is there a way to remove all unused field declarations automatically in Android Studio/Intellij ?

推荐答案

Select Analyze >按名称运行检查...,输入 unused Declaration 并按 确认.搜索完成后,从结果选项卡中选择Unused Declaration,右键单击并选择Safe delete:

Select Analyze > Run Inspection by Name..., type unused declaration and confirm with . When the search is finished, select Unused declaration from the result tab, right click and select Safe delete:

这篇关于自动删除未使用的变量声明 - Android Studio/Inteiij的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-22 13:43