RT ,搜到的结果都是 system.out.println 的快捷键 sout ,没找到 system.out.printf 的快捷键
1
Leviathann May 19, 2022 souf
这个是 live template 的功能,还可以自定义 |
2
chendy May 19, 2022
随便试试,你就会发现
是 souf |
3
kujio May 19, 2022
live templet 里自己找找呗,实在不行自己加一句不就完了
|
4
LeegoYih May 19, 2022
psvm: public static void main(String[] args)
psfs: public static final String fori: for (int i = 0; i < ; i++) 大部分都是首字母缩写 |
5
itechify PRO |
6
clf May 19, 2022
sout 是 pringtln
souf 是 pringtf |
7
VeryZero May 19, 2022
自动补全上下文里面都有啊
|
9
n2l OP 多谢各位。
|