Shortcut to create a method stub in eclipse
I think some shortcut to create a method stub in eclipse might be useful. Does anyone know how to do it? Type public_method (see Java/Editor/Templates in preferences for more options) or method name and press ctrl + space . In Addtion to the accepted answer: Typing pu for a public method (with returntype and name )is enough: Type pu and then hit CTRL + SPACE and then ENTER . Mike Type your method name and hit Ctrl + Space . Also worth noting is, type 'test' and hit Ctrl + Space and it will give you the option to create a test method stub. jo_ How about loking to this link eclipse ref doc ? It