Create new file #
VS Code supports applying templates when you create a Java source file. When you create a .java file in the File Explorer, the language server will automatically generate the class body, and fill the package info for you: video
I found this is the April 2020 update.
my question:
Is there a way to turn off this feature?
Or is it possible generate the main method at the same time as the class body is automatically generated?