Eclipse中是否有办法将一段代码绑定到快捷方式?
我经常使用System.out.println()进行测试和其他事情,如果我不得不按ctrl +而不是每次都输入它,那就容易多了。
答案 0 :(得分:6)
对于System.out.println
,您可以键入以下内容:
"test"
然后突出显示它,按 CTRL + Space ,键入sysout
,然后按Enter键。
当Pescis注明in the comments时,您还可以键入sysout
,然后键入 CTRL + Space 。它会为System.out.println();
提供焦点在括号内。 (谢谢Pescis!)
要创建新模板,请转到Window -> Preferences -> Java -> Editor -> Templates
。
Here is a link一些现成的模板,如果您有兴趣的话。
答案 1 :(得分:0)
为System.out.println()
键入syso和ctrl + space