找不到system.out.println() [英] Can't find system.out.println()

查看:112
本文介绍了找不到system.out.println()的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我创建了一个项目,它让我选择JDK版本并完成。

I created a project, it asked me to select JDK version and finish.

我找不到 system 自动完成中的命名空间。

I couldn't find system namespace in autocomplete.

我手动输入,但IDEA告诉我 system 不存在。

I typed it manually but IDEA told me that system doesn't exist.

推荐答案

这是系统(有上限)

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

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 ;)

这篇关于找不到system.out.println()的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆