V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  jeckzang  ›  全部回复第 1 页 / 共 1 页
回复总数  1
eclipse 可以的,Preferences->Java->Editor->Templates 可以设置快捷方式如,敲击 for 可以提示生成:
for (int ${index} = 0; ${index} < ${array}.length; ${index}++) {
${line_selection}${cursor}
}
如 sysout 可以生成
System.out.println(${word_selection}${});${cursor}

而且还可以自定义,想要什么要什么
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3168 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 13:49 · PVG 21:49 · LAX 06:49 · JFK 09:49
♥ Do have faith in what you're doing.