shuzijun / plantuml-parser

Convert the Java(or kotlin) source code to Plantuml
https://plugins.jetbrains.com/plugin/15524-plantuml-parser
Apache License 2.0
114 stars 27 forks source link

Add show default constructor feature #22

Closed cathylee12 closed 1 year ago

cathylee12 commented 1 year ago

I have added the option to show the default constructors to the UML. I have made it only available when both showConstructors and showDefaultConstructors are true. I have only modified plantuml-parser-cli and plantuml-parser-core. I did not modify the plugin. #21