This extension allows you to generate the serialversionUID for a Java class in Visual Studio Code. It is designed to be used with a project that follows the Maven directory structure, with Java source files located in src/main/java.
Features
Generate the serialversionUID for a Java class by pressing the "Generate serialversionUID" button in the editor toolbar.
Insert the generated serialversionUID into the class by pressing the "Insert serialversionUID" button in the editor toolbar.
Requirements
This extension requires the javac and serialver commands to be available on the system path. These are provided as part of the Java Development Kit (JDK).