madhavd1 / vscode-javadoc-tools

This is an extension for VSCode that allows user to generate javadoc comments for all methods within a class
https://marketplace.visualstudio.com/items?itemName=madhavd1.javadoc-tools
MIT License
9 stars 6 forks source link

Cannot export. #6

Open ANat20 opened 3 years ago

ANat20 commented 3 years ago

Exporting the javadoc using the command palette simply does not work.

Returns this error message within VSCode: Command 'Javadoc Tools: Export Javadoc' resulted in an error (Running the contributed command: 'javadoc-tools.exportJavadoc' failed.)

I'm working on an assignment that requires javadoc. I would rather not switch IDEs.

adrianCSax commented 3 years ago

Did you manage to solve the issue? I'm having the same problem and I have no clue how to solve it.

madhavd1 commented 2 years ago

Hi @Gwe2B , @adrianCSax, @ANat20 Thanks for you patience. I was not able to check and update the plugin since last year but I've started looking into it again.

Can you please give me a sample file and a screenshot of your workspace to recreate the issue? @Gwe2B : Sorry I accidentally deleted your comment.

Thanks in advance.

Madhav

rafacampoamor commented 1 year ago

Hi @madhavd1 maybe the info I shared in #24 could help...?