jeckzang 最近的时间轴更新
jeckzang

jeckzang

V2EX 第 107657 号会员,加入于 2015-03-27 14:15:55 +08:00
jeckzang 最近回复了
eclipse 可以的,Preferences->Java->Editor->Templates 可以设置快捷方式如,敲击 for 可以提示生成:
for (int ${index} = 0; ${index} < ${array}.length; ${index}++) {
${line_selection}${cursor}
}
如 sysout 可以生成
System.out.println(${word_selection}${});${cursor}

而且还可以自定义,想要什么要什么
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5353 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 11ms · UTC 08:34 · PVG 16:34 · LAX 01:34 · JFK 04:34
Developed with CodeLauncher
♥ Do have faith in what you're doing.