Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I know a cool shortcut for System.out.println(): sysout Control + Spacebar.

Is there something similar for "public static void main"?

share|improve this question

3 Answers

up vote 31 down vote accepted

This is just main and Ctrl-Space.

share|improve this answer
Too fast for me! +1 – Matt Ball Oct 18 '11 at 20:24

In Eclipse, select preferences.

In preferences, look for Java/Editor/Templates.

Here you will see a list of all of them. And you can even add your own.

share|improve this answer
+1 Thanks I am looking for the same... – Prasad S Deshpande Sep 7 '12 at 10:22

Just type ma and press Ctrl + Space, you will get an option for it.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.