Can eclipse be configured to automatically fix missing Imports?

前端 未结 6 717
北海茫月
北海茫月 2020-12-08 02:18

Because they didn\'t make it easy enough already ;)

6条回答
  •  感情败类
    2020-12-08 03:16

    From Eclipse Menu, Select Source-->Organize Imports. This will remove all unused imports from that Java file.

提交回复
热议问题