码迷,mamicode.com
首页 > 其他好文 > 详细

idea中导包出现import org.apach.*,提交代码老出现冲突,不想使用.*的设置

时间:2019-09-10 15:01:13      阅读:86      评论:0      收藏:0      [点我收藏+]

标签:soft   图解   列表   editor   冲突   edit   数值   静态   pack   

打开设置>Editor>Code Style>Java>Scheme Default>Imports

  • ① 将Class count to use import with "*"改为99(导入同一个包的类超过这个数值自动变为 * )
  • ② 将Names count to use static import with "*"改为99(同上,但这是静态导入的)
  • ③ 将Package to Use import with "*"删掉默认的这两个包(不管使用多少个类,只要在这个列表里都会变为 * )

  比较详细的图解:

技术图片

 

idea中导包出现import org.apach.*,提交代码老出现冲突,不想使用.*的设置

标签:soft   图解   列表   editor   冲突   edit   数值   静态   pack   

原文地址:https://www.cnblogs.com/zhang-yawei/p/11497317.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!