KeeganBruer / javadoc-generator

A VSCode wrapper plugin for java's javadoc compiler.
https://marketplace.visualstudio.com/items?itemName=KeeganBruer.javadoc-generator
5 stars 2 forks source link

Suggestion: Include/Exclude directories #28

Closed LeducNic closed 8 months ago

LeducNic commented 8 months ago

Instead of listing all the files, you can only list the submodules, like in the command line generated by Javadoc-Tools.

But the must useful feature would be an exclude file or directory list to generate Javadoc only for the submodules that we want and avoid resource or test folders.

KeeganBruer commented 8 months ago

That's the plan in the long run. I'm currently just scanning for .Java files, because there have been some reported issues with some submodule detection in the last version. I want to switch out the config file for a type of hybrid JSON, so I can define more fine-tune control over the scanning process. For now, the basic setup was to hopefully provide more transparency of the underlying command for self-debugging.

KeeganBruer commented 8 months ago

Alright, published a new update to get the functionality out to you before the bigger update I will be releasing once the features are more stable. Should be out shortly once it's verified by vscode's marketplace

KeeganBruer commented 8 months ago

As this issue is more focused on the exclude sub-directories, and not specifically the listing files instead of modules, I am going to close this. Feel free to reopen, or create a new issue, if the implemented exclude functionality is not what was requested.

I will be opening an issue related to the sub module listing soon.

Best, Keegan