How to remove unused imports from Eclipse

前端 未结 10 1076
不思量自难忘°
不思量自难忘° 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:44

    Not to reorganize imports (not to unfold .* and not to reorder lines) to have least VCS changeset
    you can use custom eclipse clenup as this answer suggests

提交回复
热议问题