File -> Settings -> Code Style -> Java -> Imports. Then, add your import statements underPackages to Use Import with '*' table.
유틸 및 각종 자료/이클립스
intellij static methods
RBWSN
2016. 8. 27. 18:18
728x90
728x90
import static org.junit.Assert.*
in the configuration dialog, it doesn't show up as "star import". It will do static import on the method you use. I just tried it, and it works for me (intellij 10.0.2). – limc Feb 24 '11 at 16:25