If my class has a non-empty constructor, is it possible to auto-complete parameters in the new expression?
new
With Eclipse, if you press ctrl+
In Intellij Idea 2016.3 you can use option + return. It will ask you if you want to introduce the named argument for the argument you are on and all the followers.