为Intellij IDEA中的某些类启用静态导入通配符

时间:2016-01-07 18:47:48

标签: java intellij-idea

我想为通常在测试中使用的类启用静态导入通配符,例如的 org.hamcrest.Matchers 即可。 因此,当我执行Optimize Imports操作而非此操作时:

import static org.hamcrest.Matchers.any;
import static org.hamcrest.Matchers.is;

我会得到这个:

import static org.hamcrest.Matchers.*;

是否有可能在IDEA中这样做?

解决方案

设置::编辑器::代码样式:: Java =>进口。 enter image description here

0 个答案:

没有答案