Try the "new" template:
1) type new and then ctrl + space.
2) Select the option "create a new object"
3) Insert the name and parameters of the class (if necessary)
If you do not need parameters, you can create a template yourself (settings templates-> java-> editor->). Give it a unique name and set for the template:
${type} ${name} = new ${type}();
Eyal schneider
source share