javadoc GeneratorJavadoc Generator is an extension to VSCode that wraps the commandline javadoc compiler. To use just open any .java file and run the generator. The generator will then scan the rest of the project and generate a javadoc for the project. UsageThe main command for this extension is accessed using CTRL+Shift+P and then selecting "Javadoc Generator: Generate Javadoc". This generator will first attempt to use the Javadoc located in the JDK referenced in your JAVA_HOME. If it doesn't find a valid JAVA_HOME it will promt the user for a JDK install directory. If the user doesn't have a JDK installed they can use the JDK that comes packages with this extension by entering "Built In". The user will then be prompted for the source directory in which your java packages are located. If you have the java project open as the root directory of your workspace, you can leave the field blank and use the default java directory of ./src. IssuesIf you find issues, and you probably will, you can report them here. Release Notes2.0.0
1.2.1
1.2.0
1.1.1
1.0.6
1.0.1 - 1.0.5
1.0.0
For more informationCan contact me through Instagram and Twitter @lordbrackets Enjoy! |