当前位置: 代码迷 >> Eclipse >> eclipies中怎么快速显示System.out.println
  详细解决方案

eclipies中怎么快速显示System.out.println

热度:122   发布时间:2016-04-23 14:59:42.0
eclipies中如何快速显示System.out.println
println总是到最后才出来,
有没有办法,
让我打出System.out.以后println就蹦出来啊

谢谢

------解决方案--------------------
eclipse中有快捷键,默认的情况是输入sysout,然后按“alt+/”。当然你可以修改,在window-> Preferences-> Java-> Editor-> Templates中找到sysout,然后可以修改
  相关解决方案