Search code examples
javavisual-studio-codejavadoc

Extension to generate Javadoc file in Visual Code


I want to create a documentation file of my code. I've added the Javadoc comment in every public method I have. If I use other IDE, probably there is a menu to generate it, but unfortunately I use Visual Code.

Is there a way to generate Javadoc file in Visual Code? I only find one extension, with 2 thousands downloads but its not working. The name is Javadoc-Generator

I have tried to run using javadoc command in terminal, but it is not recognized. Do I need to install additional file?


Solution

  • Well firstly thanks for the good question and now i'm going to try to help you with your problem. I searched for an plug in of Javadoc for Visual Studio which is Javadoc Tools with this plug in you can create coments just selecting where you want to make the comments, also you can export your comments and the best thing it's free. I tried this for one of my programmes and it works for me. Definitly i recommend you this, try it and i hope i helped you with your problem.

    Selecting where i want to create the comments

    Final result