[provide a description of the issue]
Environment
- Operating System: windows 11
- JDK version: JDK11
- Visual Studio Code version: 1.71.0
- Java extension version: 0.25.1
Steps To Reproduce
- [step 1] Open an empty folder via vscode
- [step 2] create the first java file
Current Result
an empty file
Expected Result
I want to generate a file with class body like below

Additional Informations
Creating the first java file will not automatically generate the class body, but it can be automatically generated after the first one is created