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

2

5

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?

Jumpy answered 28/2, 2012 at 9:1 Comment(4)
I guess this could be useful #1029358Chauffeur
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. ThanksJumpy
@AndrewLogvinov This is a solution also ;)Jumpy
G
6

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

Sysout + CTRL-SPACE
Gent answered 28/2, 2012 at 9:8 Comment(2)
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
H
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

Herbalist answered 28/2, 2012 at 9:15 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.