How to remove unused imports from Eclipse

前端 未结 10 1077
不思量自难忘°
不思量自难忘° 2020-12-12 10:57

Is there any way to automatically remove all unused imports (signaled with a warning) of a project with Eclipse IDE?

10条回答
  •  攒了一身酷
    2020-12-12 11:20

    If you want to do this on whole project then inside project -->select src folder-->press Ctrl+Shift+O

提交回复
热议问题