vscode-java-code-generator icon indicating copy to clipboard operation
vscode-java-code-generator copied to clipboard

Creating constructor does not work

Open jhonnytown opened this issue 3 years ago • 0 comments

Wanted to create a constructor for a class, but it missed the last character of the class name and the opening bracket I am using VS Code 1.66.1 on Windows 10

Example Code:

public class SplashScreen extends GameScreen {

    public SplashScree) {
    }
    
}

Additional Info: only happens when there are no attributes in the class and i use "Generate Constructor Using All Fields"

jhonnytown avatar Apr 13 '22 11:04 jhonnytown