IDEA 禁止导入所有包
IDEA About 321 wordsimport *
当同一个包下使用到的类较多时,IDEA
会自动改为导入所有的包。
import java.util.*;
禁止导入所有包
- 打开
Settings
。 - 搜索
code style
。 - 选择
Java
。 Scheme
下方的分页选项栏中选择Imports
。Class count to use import with '*'
填写9999
。Names count to use static import with '*'
填写9999
。
示意图
视频讲解
Views: 3,849 · Posted: 2022-08-09
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb/LiteNote扫描下方二维码关注公众号和小程序↓↓↓
Loading...