eclipse 中System.out快捷键设定

system.out快捷键设定
1、菜单window->Preferences->Java->Editor->Content Assist->Enable auto activation 选项要打上勾
2、windows-->preference-->workbench-->keys 下设置Content Assist 的快捷键 when选项里设置为eding java source
3、window->Preferences->Java->Editor->Content Assist->Advanced 上面的选项卡select the proposal kinds contained in the 'default' content assist list: 中把 Other Java Proposals 选项打上勾就可以了。

syso然后按ALT+/就可以自动输出了,

原文地址:https://www.cnblogs.com/suifengbingzhu/p/2648193.html