vscode-java-code-generator
vscode-java-code-generator copied to clipboard
Generate super class contructor
This would be a nice option to have in the GUI.
Generate a class constructor with the arguments of parent class and the call to super() with parent constructor arguments, and the additional assigning variable values which you currently have.