File -> Settings -> Code Style -> Java -> Imports. Then, add your import statements underPackages to Use Import with '*' table.
728x90
728x90
'유틸 및 각종 자료 > 이클립스' 카테고리의 다른 글
intellij에서의 auto import (0) | 2016.08.27 |
---|---|
이클립스 gradle에서 JAVA_HOME 에러 (0) | 2015.05.25 |
이클립스/STS에서 groovy와 gradle 설치 (0) | 2015.05.24 |
이클립스에서 war파일 내보내기 (0) | 2015.05.18 |
이클립스에서 라이브러리 추가 방법 (0) | 2015.04.03 |
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