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?
synonyms of `sout + Tab` shortcut in IntelliJ IDE for MyEclipse
Asked Answered
I guess this could be useful #1029358 –
Chauffeur
holywar Do not use Eclipse, use IntelliJ =) –
Electromagnet
@Chauffeur You are right. I found my answer in your suggestion page. If you will write your comment as answer I vote-up it,and accept it as answer. Thanks –
Jumpy
@AndrewLogvinov This is a solution also ;) –
Jumpy
In Eclipse you can type the following (so I guess MyEclipse does the same):
Sysout + CTRL-SPACE
Or just
syso
+ CTRL
+ SPACE
. –
Acciaccatura Yeah, correct. And if you want to have the same as IntelliJ, you can add/edit the Java templates in Eclipse preferences. –
Gent
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
© 2022 - 2024 — McMap. All rights reserved.