Search code examples
javaeclipsekeyboard-shortcutsprogram-entry-point

What is the Eclipse shortcut for "public static void main(String args[])"?


I know a cool shortcut for System.out.println(): sysout Ctrl + Space.

Is there something similar for public static void main(String args[])?


Solution

  • This is just main and Ctrl-Space.