Intellij IDEA:如何自动导入 java 包而不是 "import package.SpecificClass"
Intellij IDEA: How to auto-import java packages than "import package.SpecificClass"
使用Intellij IDEA的自动导入功能时,如何让它导入包而不是单独的类?
在Preferences->Project Settings->Code Style->Java
selectImports
选项卡中。取消选中 USe Single Class Imports
。将 Class count to use import with *
设置为 1。
使用Intellij IDEA的自动导入功能时,如何让它导入包而不是单独的类?
在Preferences->Project Settings->Code Style->Java
selectImports
选项卡中。取消选中 USe Single Class Imports
。将 Class count to use import with *
设置为 1。