synonyms of `sout + Tab` shortcut in IntelliJ IDE for MyEclipse

橙三吉。 提交于 2019-12-23 12:11:57

问题


I using sout + Tab shortcut in IntelliJ IDEA for System.out.println(); statement. I want know if there are any synonyms of above shortcut in MyEclipse?


回答1:


In Eclipse you can type the following (so I guess MyEclipse does the same):

Sysout + CTRL-SPACE



回答2:


Actually you can do something similar in Eclipse (even with slightly less letters to type):

syso + CTRL-SPACE  == System.out.println();
syse + CTRL-SPACE  == System.err.println();

Those are part of the many predefined templates found in Window > Preferences, Java | Editor | Templates



来源:https://stackoverflow.com/questions/9479002/synonyms-of-sout-tab-shortcut-in-intellij-ide-for-myeclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!