第一种:移除某个类中的
在Java类中按键Ctrl+Shift+O
第二种:移除整个包中的
在Package Explorer下右键点击包名,依次选择Source——Organize imports即可
第三种:保存时自动移除
也是最方便的,Windows——Preferences——Java——Editor——Save Actions
然后选择Perform the selected action on save,再勾选Organize imports即可第一种:移除某个类中的
在Java类中按键Ctrl+Shift+O
第二种:移除整个包中的
在Package Explorer下右键点击包名,依次选择Source——Organize imports即可
第三种:保存时自动移除
也是最方便的,Windows——Preferences——Java——Editor——Save Actions
然后选择Perform the selected action on save,再勾选Organize imports即可