亲测有效
清除无用 import :ctrl + option + o
移动代码行:option + shift + ⬆️ 向上 option + shift + ⬇️ 向下
导包去除 * 设置位置:Editor>Code Style>Java>Scheme Default>Imports
- ① 将Class count to use import with "*"改为99(导入同一个包的类超过这个数值自动变为 * )
- ② 将Names count to use static import with "*"改为99(同上,但这是静态导入的)
持续更新... ...