且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

找不到system.out.println()

更新时间:2023-02-09 13:22:14

这是系统(有上限)

一些非常有用的快捷方式:

Some very useful shortcuts:

soutm (+TAB) ==> System.out.println("Class.And.Method.Name")
soutv (+TAB) ==> System.out.println("Last variable used = " + value);
sout (+TAB) ==> System.out.println();

我真的很喜欢IntelliJ。很高兴我几年前从Eclipse搬到了它;)

I really love IntelliJ. Glad I moved to it from Eclipse a couple of years ago ;)