javadoc GeneratorJavadoc Generator is an extension to VSCode that wraps the commandline javadoc compiler. I wrote this in highschool and was originally created to fill my own needs for quickly creating a javadoc. But after over 25k downloads, I decided to rebuild this extension with better error reporting and transparent configuration. UsageYou will first need a JDG Config file. You can get one by clicking on your project folder and clicking "JDG: Initialize Config file". Adjust the config file until a valid command is generated with no errors. You can exclude folders in the specified base_path by adding to the exclude array. This array matches strings directly, using the string prototype's includes() method. Once a valid javadoc command is created, click the button in the top right corner labled "JDG: Generate Javadoc". Once the Javadoc generation is complete, you should see the output appended to the config file. All Configuration Options
IssuesIf you find issues, and you probably will, you can report them here. Please include the config.jdgenerator file with your issue report. Release Notes3.0.7
3.0.5 - 3.0.6
3.0.2 - 3.0.4
3.0.0
|