You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
Kritiqual, levp, physcrowley, CarolineYe07 and salvadoruriel