我是Eclipse新手,到目前为止非常喜欢快捷方式。但是,当我输入for循环并使用类似.size()之类的东西时,按Enter键会将我发送到循环条件之外。
|标记我的光标所在的位置
//Pressing enter with my cursor here
for (int i = 0; i < example.size(|))
//sends the cursor here
for (int i = 0; i < example.size())|
当我只希望它超越第一轮支架时。有办法解决这个问题吗?
答案 0 :(得分:1)
您尝试使用TAB吗?我是Mac人,我的Eclipse接受标签。
此外,您必须非常确定使用Eclipse列出的代码提示才能使用此类功能。